do not download receipts

This commit is contained in:
goldsquid
2025-10-01 13:59:50 +07:00
parent 9f27dfd1eb
commit e708cca8cf
14 changed files with 39 additions and 0 deletions

View File

@@ -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}

View File

@@ -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}

View File

@@ -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"
}
}
}