This commit is contained in:
goldsquid
2026-07-06 22:24:00 +07:00
parent c14a357773
commit 6ec29db531
2 changed files with 2 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ services:
- --metrics=0.0.0.0:9001
- --nat=extip:${IP}
- --port=14035
- --rollup.historicalrpc=${MODE_MAINNET_CLASSIC_ARCHIVE_RPC:-https://mainnet.mode.network}
- --rollup.sequencer-http=https://mainnet.mode.network
- --rpc-cache.max-blocks=10000
- --rpc-cache.max-concurrent-db-requests=2048

View File

@@ -60,6 +60,7 @@ services:
- --max-inbound-peers=50
- --max-outbound-peers=50
- --metrics=0.0.0.0:9001
- --rollup.historicalrpc=${MODE_SEPOLIA_CLASSIC_ARCHIVE_RPC:-https://sepolia.mode.network}
- --rollup.sequencer-http=https://sepolia.mode.network
- --rpc-cache.max-blocks=10000
- --rpc-cache.max-concurrent-db-requests=2048