do not download receipts
This commit is contained in:
@@ -72,6 +72,7 @@ services:
|
||||
- --nat=extip:${IP}
|
||||
- --p2p.allowed-ports=32072
|
||||
- --p2p.allowed-ports=37072
|
||||
- --persist.receipts=false
|
||||
- --port=12072
|
||||
- --prune.mode=minimal
|
||||
- --rpc.evmtimeout=${ARBITRUM_SEPOLIA_NITRO_ERIGON_MINIMAL_TRACE_EVMTIMEOUT:-5m0s}
|
||||
|
||||
@@ -71,6 +71,7 @@ services:
|
||||
- --nat=extip:${IP}
|
||||
- --p2p.allowed-ports=31017
|
||||
- --p2p.allowed-ports=36017
|
||||
- --persist.receipts=false
|
||||
- --port=11017
|
||||
- --prune.mode=minimal
|
||||
- --rpc.evmtimeout=${BSC_CHAPEL_ERIGON3_MINIMAL_TRACE_EVMTIMEOUT:-5m0s}
|
||||
|
||||
@@ -71,6 +71,7 @@ services:
|
||||
- --nat=extip:${IP}
|
||||
- --p2p.allowed-ports=30987
|
||||
- --p2p.allowed-ports=35987
|
||||
- --persist.receipts=false
|
||||
- --port=10987
|
||||
- --prune.mode=minimal
|
||||
- --rpc.evmtimeout=${BSC_MAINNET_ERIGON3_MINIMAL_TRACE_EVMTIMEOUT:-5m0s}
|
||||
|
||||
@@ -83,6 +83,7 @@ services:
|
||||
- --nat=extip:${IP}
|
||||
- --p2p.allowed-ports=32582
|
||||
- --p2p.allowed-ports=37582
|
||||
- --persist.receipts=false
|
||||
- --port=12582
|
||||
- --prune.mode=minimal
|
||||
- --rpc.evmtimeout=${ETHEREUM_HOLESKY_ERIGON3_MINIMAL_TRACE_EVMTIMEOUT:-5m0s}
|
||||
|
||||
@@ -83,6 +83,7 @@ services:
|
||||
- --nat=extip:${IP}
|
||||
- --p2p.allowed-ports=32832
|
||||
- --p2p.allowed-ports=37832
|
||||
- --persist.receipts=false
|
||||
- --port=12832
|
||||
- --prune.mode=minimal
|
||||
- --rpc.evmtimeout=${ETHEREUM_HOODI_ERIGON3_MINIMAL_TRACE_EVMTIMEOUT:-5m0s}
|
||||
|
||||
@@ -83,6 +83,7 @@ services:
|
||||
- --nat=extip:${IP}
|
||||
- --p2p.allowed-ports=34614
|
||||
- --p2p.allowed-ports=39614
|
||||
- --persist.receipts=false
|
||||
- --port=14614
|
||||
- --prune.mode=minimal
|
||||
- --rpc.evmtimeout=${ETHEREUM_MAINNET_ERIGON3_MINIMAL_TRACE_EVMTIMEOUT:-5m0s}
|
||||
|
||||
@@ -83,6 +83,7 @@ services:
|
||||
- --nat=extip:${IP}
|
||||
- --p2p.allowed-ports=31087
|
||||
- --p2p.allowed-ports=36087
|
||||
- --persist.receipts=false
|
||||
- --port=11087
|
||||
- --prune.mode=minimal
|
||||
- --rpc.evmtimeout=${ETHEREUM_SEPOLIA_ERIGON3_MINIMAL_TRACE_EVMTIMEOUT:-5m0s}
|
||||
|
||||
@@ -82,6 +82,7 @@ services:
|
||||
- --nat=extip:${IP}
|
||||
- --p2p.allowed-ports=31010
|
||||
- --p2p.allowed-ports=36010
|
||||
- --persist.receipts=false
|
||||
- --port=11010
|
||||
- --prune.mode=minimal
|
||||
- --rpc.evmtimeout=${GNOSIS_CHIADO_ERIGON3_MINIMAL_TRACE_EVMTIMEOUT:-5m0s}
|
||||
|
||||
@@ -82,6 +82,7 @@ services:
|
||||
- --nat=extip:${IP}
|
||||
- --p2p.allowed-ports=33429
|
||||
- --p2p.allowed-ports=38429
|
||||
- --persist.receipts=false
|
||||
- --port=13429
|
||||
- --prune.mode=minimal
|
||||
- --rpc.evmtimeout=${GNOSIS_MAINNET_ERIGON3_MINIMAL_TRACE_EVMTIMEOUT:-5m0s}
|
||||
|
||||
@@ -74,6 +74,7 @@ services:
|
||||
- --networkid=59144
|
||||
- --p2p.allowed-ports=34000
|
||||
- --p2p.allowed-ports=39000
|
||||
- --persist.receipts=false
|
||||
- --port=14000
|
||||
- --prune.mode=minimal
|
||||
- --rpc.evmtimeout=${LINEA_MAINNET_ERIGON3_MINIMAL_TRACE_EVMTIMEOUT:-5m0s}
|
||||
|
||||
@@ -74,6 +74,7 @@ services:
|
||||
- --networkid=59141
|
||||
- --p2p.allowed-ports=32410
|
||||
- --p2p.allowed-ports=37410
|
||||
- --persist.receipts=false
|
||||
- --port=12410
|
||||
- --prune.mode=minimal
|
||||
- --rpc.evmtimeout=${LINEA_SEPOLIA_ERIGON3_MINIMAL_TRACE_EVMTIMEOUT:-5m0s}
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"chainId": 59141,
|
||||
"config": {
|
||||
"0": {
|
||||
"type": "difficultyAwareQbft",
|
||||
"blockTimeSeconds": 2,
|
||||
"postTtdConfig": {
|
||||
"validatorSet": ["0xb4323e9d9998990e6333293f8f0d2d09d1619328"],
|
||||
"elFork": "Paris"
|
||||
},
|
||||
"terminalTotalDifficulty": 37331807
|
||||
},
|
||||
"1759147200": {
|
||||
"type": "qbft",
|
||||
"validatorSet": ["0xb4323e9d9998990e6333293f8f0d2d09d1619328"],
|
||||
"blockTimeSeconds": 2,
|
||||
"elFork": "Shanghai"
|
||||
},
|
||||
"1759233600": {
|
||||
"type": "qbft",
|
||||
"validatorSet": ["0xb4323e9d9998990e6333293f8f0d2d09d1619328"],
|
||||
"blockTimeSeconds": 2,
|
||||
"elFork": "Cancun"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -72,6 +72,7 @@ services:
|
||||
- --nat=extip:${IP}
|
||||
- --p2p.allowed-ports=30307
|
||||
- --p2p.allowed-ports=35307
|
||||
- --persist.receipts=false
|
||||
- --port=10307
|
||||
- --prune.mode=minimal
|
||||
- --rpc.evmtimeout=${POLYGON_AMOY_ERIGON3_MINIMAL_TRACE_EVMTIMEOUT:-5m0s}
|
||||
|
||||
@@ -72,6 +72,7 @@ services:
|
||||
- --nat=extip:${IP}
|
||||
- --p2p.allowed-ports=30036
|
||||
- --p2p.allowed-ports=35036
|
||||
- --persist.receipts=false
|
||||
- --port=10036
|
||||
- --prune.mode=minimal
|
||||
- --rpc.evmtimeout=${POLYGON_MAINNET_ERIGON3_MINIMAL_TRACE_EVMTIMEOUT:-5m0s}
|
||||
|
||||
Reference in New Issue
Block a user