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

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

View File

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