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

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

View File

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