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

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

View File

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