File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,9 @@ services:
3333 --Metrics.Enabled=true
3434 --Metrics.ExposePort=8008
3535 --Sync.SnapSync=true
36- --Sync.AncientBodiesBarrier=4367322
37- --Sync.AncientReceiptsBarrier=4367322
36+ --Sync.AncientBodiesBarrier=${NETHERMIND_ANCIENT_BODIES_BARRIER:-0}
37+ --Sync.AncientReceiptsBarrier=${NETHERMIND_ANCIENT_RECEIPTS_BARRIER:-0}
38+ --TxPool.BlobsSupport=Disabled
3839 networks : [dvnode]
3940 volumes :
4041 - ./data/nethermind:/nethermind/data
Original file line number Diff line number Diff line change @@ -32,9 +32,10 @@ services:
3232 --JsonRpc.Port=8545
3333 --Metrics.Enabled=true
3434 --Metrics.ExposePort=8008
35+ --Sync.SnapSync=true
3536 --Sync.AncientBodiesBarrier=${NETHERMIND_ANCIENT_BODIES_BARRIER:-0}
3637 --Sync.AncientReceiptsBarrier=${NETHERMIND_ANCIENT_RECEIPTS_BARRIER:-0}
37- --Sync.SnapSync=true
38+ --TxPool.BlobsSupport=Disabled
3839 networks : [dvnode]
3940 volumes :
4041 - ./data/nethermind:/nethermind/data
You can’t perform that action at this time.
0 commit comments