nitro: env-parameterized --execution.rpc.filter-log-cache-size (default 32) - getLogs is 22% of arbitrum traffic; big-RAM hosts can cache hours of log blocks

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
rob
2026-07-10 13:20:13 +00:00
parent a8655586db
commit 5d0bc35eaf
47 changed files with 47 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ services:
- --execution.caching.trie-clean-cache=${ALEPHZERO_MAINNET_NITRO_ARCHIVE_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${ALEPHZERO_MAINNET_NITRO_ARCHIVE_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${ALEPHZERO_MAINNET_NITRO_ARCHIVE_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${ALEPHZERO_MAINNET_NITRO_ARCHIVE_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024}
- --execution.forwarding-target=https://rpc.alephzero.raas.gelato.cloud - --execution.forwarding-target=https://rpc.alephzero.raas.gelato.cloud
- --execution.rpc.filter-log-cache-size=${ALEPHZERO_MAINNET_NITRO_ARCHIVE_PEBBLE_HASH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.rpc.log-history=0 - --execution.rpc.log-history=0
- --execution.sequencer.enable=false - --execution.sequencer.enable=false

View File

@@ -56,6 +56,7 @@ services:
- --execution.caching.trie-clean-cache=${ALEPHZERO_MAINNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${ALEPHZERO_MAINNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${ALEPHZERO_MAINNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${ALEPHZERO_MAINNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_DIRTY_CACHE:-1024}
- --execution.forwarding-target=https://rpc.alephzero.raas.gelato.cloud - --execution.forwarding-target=https://rpc.alephzero.raas.gelato.cloud
- --execution.rpc.filter-log-cache-size=${ALEPHZERO_MAINNET_NITRO_PRUNED_PEBBLE_PATH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.sequencer.enable=false - --execution.sequencer.enable=false
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0

View File

@@ -55,6 +55,7 @@ services:
- --execution.caching.trie-clean-cache=${ALEPHZERO_SEPOLIA_NITRO_ARCHIVE_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${ALEPHZERO_SEPOLIA_NITRO_ARCHIVE_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${ALEPHZERO_SEPOLIA_NITRO_ARCHIVE_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${ALEPHZERO_SEPOLIA_NITRO_ARCHIVE_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024}
- --execution.forwarding-target=https://rpc.alephzero-testnet.gelato.digital - --execution.forwarding-target=https://rpc.alephzero-testnet.gelato.digital
- --execution.rpc.filter-log-cache-size=${ALEPHZERO_SEPOLIA_NITRO_ARCHIVE_PEBBLE_HASH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.rpc.log-history=0 - --execution.rpc.log-history=0
- --execution.sequencer.enable=false - --execution.sequencer.enable=false

View File

@@ -56,6 +56,7 @@ services:
- --execution.caching.trie-clean-cache=${ALEPHZERO_SEPOLIA_NITRO_PRUNED_PEBBLE_PATH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${ALEPHZERO_SEPOLIA_NITRO_PRUNED_PEBBLE_PATH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${ALEPHZERO_SEPOLIA_NITRO_PRUNED_PEBBLE_PATH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${ALEPHZERO_SEPOLIA_NITRO_PRUNED_PEBBLE_PATH_TRIE_DIRTY_CACHE:-1024}
- --execution.forwarding-target=https://rpc.alephzero-testnet.gelato.digital - --execution.forwarding-target=https://rpc.alephzero-testnet.gelato.digital
- --execution.rpc.filter-log-cache-size=${ALEPHZERO_SEPOLIA_NITRO_PRUNED_PEBBLE_PATH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.sequencer.enable=false - --execution.sequencer.enable=false
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0

View File

@@ -55,6 +55,7 @@ services:
- --execution.caching.trie-clean-cache=${APECHAIN_MAINNET_NITRO_ARCHIVE_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${APECHAIN_MAINNET_NITRO_ARCHIVE_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${APECHAIN_MAINNET_NITRO_ARCHIVE_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${APECHAIN_MAINNET_NITRO_ARCHIVE_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024}
- --execution.forwarding-target=https://rpc.apechain.com/http - --execution.forwarding-target=https://rpc.apechain.com/http
- --execution.rpc.filter-log-cache-size=${APECHAIN_MAINNET_NITRO_ARCHIVE_PEBBLE_HASH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.rpc.log-history=0 - --execution.rpc.log-history=0
- --execution.sequencer.enable=false - --execution.sequencer.enable=false

View File

@@ -56,6 +56,7 @@ services:
- --execution.caching.trie-clean-cache=${APECHAIN_MAINNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${APECHAIN_MAINNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${APECHAIN_MAINNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${APECHAIN_MAINNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_DIRTY_CACHE:-1024}
- --execution.forwarding-target=https://rpc.apechain.com/http - --execution.forwarding-target=https://rpc.apechain.com/http
- --execution.rpc.filter-log-cache-size=${APECHAIN_MAINNET_NITRO_PRUNED_PEBBLE_PATH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.sequencer.enable=false - --execution.sequencer.enable=false
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0

View File

@@ -54,6 +54,7 @@ services:
- --execution.caching.snapshot-cache=${ARBITRUM_NOVA_NITRO_ARCHIVE_LEVELDB_HASH_SNAPSHOT_CACHE:-400} - --execution.caching.snapshot-cache=${ARBITRUM_NOVA_NITRO_ARCHIVE_LEVELDB_HASH_SNAPSHOT_CACHE:-400}
- --execution.caching.trie-clean-cache=${ARBITRUM_NOVA_NITRO_ARCHIVE_LEVELDB_HASH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${ARBITRUM_NOVA_NITRO_ARCHIVE_LEVELDB_HASH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${ARBITRUM_NOVA_NITRO_ARCHIVE_LEVELDB_HASH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${ARBITRUM_NOVA_NITRO_ARCHIVE_LEVELDB_HASH_TRIE_DIRTY_CACHE:-1024}
- --execution.rpc.filter-log-cache-size=${ARBITRUM_NOVA_NITRO_ARCHIVE_LEVELDB_HASH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.rpc.log-history=0 - --execution.rpc.log-history=0
- --execution.sequencer.enable=false - --execution.sequencer.enable=false

View File

@@ -55,6 +55,7 @@ services:
- --execution.caching.state-scheme=path - --execution.caching.state-scheme=path
- --execution.caching.trie-clean-cache=${ARBITRUM_NOVA_NITRO_ARCHIVE_PEBBLE_PATH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${ARBITRUM_NOVA_NITRO_ARCHIVE_PEBBLE_PATH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${ARBITRUM_NOVA_NITRO_ARCHIVE_PEBBLE_PATH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${ARBITRUM_NOVA_NITRO_ARCHIVE_PEBBLE_PATH_TRIE_DIRTY_CACHE:-1024}
- --execution.rpc.filter-log-cache-size=${ARBITRUM_NOVA_NITRO_ARCHIVE_PEBBLE_PATH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.sequencer.enable=false - --execution.sequencer.enable=false
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0

View File

@@ -54,6 +54,7 @@ services:
- --execution.caching.snapshot-cache=${ARBITRUM_NOVA_NITRO_MINIMAL_PEBBLE_HASH_SNAPSHOT_CACHE:-400} - --execution.caching.snapshot-cache=${ARBITRUM_NOVA_NITRO_MINIMAL_PEBBLE_HASH_SNAPSHOT_CACHE:-400}
- --execution.caching.trie-clean-cache=${ARBITRUM_NOVA_NITRO_MINIMAL_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${ARBITRUM_NOVA_NITRO_MINIMAL_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${ARBITRUM_NOVA_NITRO_MINIMAL_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${ARBITRUM_NOVA_NITRO_MINIMAL_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024}
- --execution.rpc.filter-log-cache-size=${ARBITRUM_NOVA_NITRO_MINIMAL_PEBBLE_HASH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.rpc.log-history=0 - --execution.rpc.log-history=0
- --execution.sequencer.enable=false - --execution.sequencer.enable=false

View File

@@ -54,6 +54,7 @@ services:
- --execution.caching.snapshot-cache=${ARBITRUM_NOVA_NITRO_MINIMAL_PEBBLE_HASH_SNAPSHOT_CACHE:-400} - --execution.caching.snapshot-cache=${ARBITRUM_NOVA_NITRO_MINIMAL_PEBBLE_HASH_SNAPSHOT_CACHE:-400}
- --execution.caching.trie-clean-cache=${ARBITRUM_NOVA_NITRO_MINIMAL_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${ARBITRUM_NOVA_NITRO_MINIMAL_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${ARBITRUM_NOVA_NITRO_MINIMAL_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${ARBITRUM_NOVA_NITRO_MINIMAL_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024}
- --execution.rpc.filter-log-cache-size=${ARBITRUM_NOVA_NITRO_MINIMAL_PEBBLE_HASH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.rpc.log-history=0 - --execution.rpc.log-history=0
- --execution.sequencer.enable=false - --execution.sequencer.enable=false

View File

@@ -54,6 +54,7 @@ services:
- --execution.caching.snapshot-cache=${ARBITRUM_NOVA_NITRO_PRUNED_PEBBLE_HASH_SNAPSHOT_CACHE:-400} - --execution.caching.snapshot-cache=${ARBITRUM_NOVA_NITRO_PRUNED_PEBBLE_HASH_SNAPSHOT_CACHE:-400}
- --execution.caching.trie-clean-cache=${ARBITRUM_NOVA_NITRO_PRUNED_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${ARBITRUM_NOVA_NITRO_PRUNED_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${ARBITRUM_NOVA_NITRO_PRUNED_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${ARBITRUM_NOVA_NITRO_PRUNED_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024}
- --execution.rpc.filter-log-cache-size=${ARBITRUM_NOVA_NITRO_PRUNED_PEBBLE_HASH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.rpc.log-history=0 - --execution.rpc.log-history=0
- --execution.sequencer.enable=false - --execution.sequencer.enable=false

View File

@@ -54,6 +54,7 @@ services:
- --execution.caching.snapshot-cache=${ARBITRUM_NOVA_NITRO_PRUNED_PEBBLE_HASH_SNAPSHOT_CACHE:-400} - --execution.caching.snapshot-cache=${ARBITRUM_NOVA_NITRO_PRUNED_PEBBLE_HASH_SNAPSHOT_CACHE:-400}
- --execution.caching.trie-clean-cache=${ARBITRUM_NOVA_NITRO_PRUNED_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${ARBITRUM_NOVA_NITRO_PRUNED_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${ARBITRUM_NOVA_NITRO_PRUNED_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${ARBITRUM_NOVA_NITRO_PRUNED_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024}
- --execution.rpc.filter-log-cache-size=${ARBITRUM_NOVA_NITRO_PRUNED_PEBBLE_HASH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.rpc.log-history=0 - --execution.rpc.log-history=0
- --execution.sequencer.enable=false - --execution.sequencer.enable=false

View File

@@ -55,6 +55,7 @@ services:
- --execution.caching.trie-clean-cache=${ARBITRUM_ONE_NITRO_ARCHIVE_LEVELDB_HASH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${ARBITRUM_ONE_NITRO_ARCHIVE_LEVELDB_HASH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${ARBITRUM_ONE_NITRO_ARCHIVE_LEVELDB_HASH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${ARBITRUM_ONE_NITRO_ARCHIVE_LEVELDB_HASH_TRIE_DIRTY_CACHE:-1024}
- --execution.rpc.classic-redirect=http://arbitrum-one-arbnode-archive:8545 - --execution.rpc.classic-redirect=http://arbitrum-one-arbnode-archive:8545
- --execution.rpc.filter-log-cache-size=${ARBITRUM_ONE_NITRO_ARCHIVE_LEVELDB_HASH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.rpc.log-history=0 - --execution.rpc.log-history=0
- --execution.sequencer.enable=false - --execution.sequencer.enable=false

View File

@@ -55,6 +55,7 @@ services:
- --execution.caching.trie-clean-cache=${ARBITRUM_ONE_NITRO_ARCHIVE_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${ARBITRUM_ONE_NITRO_ARCHIVE_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${ARBITRUM_ONE_NITRO_ARCHIVE_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${ARBITRUM_ONE_NITRO_ARCHIVE_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024}
- --execution.rpc.classic-redirect=http://arbitrum-one-arbnode-archive:8545 - --execution.rpc.classic-redirect=http://arbitrum-one-arbnode-archive:8545
- --execution.rpc.filter-log-cache-size=${ARBITRUM_ONE_NITRO_ARCHIVE_PEBBLE_HASH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.rpc.log-history=0 - --execution.rpc.log-history=0
- --execution.sequencer.enable=false - --execution.sequencer.enable=false

View File

@@ -55,6 +55,7 @@ services:
- --execution.caching.state-scheme=path - --execution.caching.state-scheme=path
- --execution.caching.trie-clean-cache=${ARBITRUM_ONE_NITRO_ARCHIVE_PEBBLE_PATH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${ARBITRUM_ONE_NITRO_ARCHIVE_PEBBLE_PATH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${ARBITRUM_ONE_NITRO_ARCHIVE_PEBBLE_PATH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${ARBITRUM_ONE_NITRO_ARCHIVE_PEBBLE_PATH_TRIE_DIRTY_CACHE:-1024}
- --execution.rpc.filter-log-cache-size=${ARBITRUM_ONE_NITRO_ARCHIVE_PEBBLE_PATH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.sequencer.enable=false - --execution.sequencer.enable=false
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0

View File

@@ -54,6 +54,7 @@ services:
- --execution.caching.snapshot-cache=${ARBITRUM_ONE_NITRO_MINIMAL_PEBBLE_HASH_SNAPSHOT_CACHE:-400} - --execution.caching.snapshot-cache=${ARBITRUM_ONE_NITRO_MINIMAL_PEBBLE_HASH_SNAPSHOT_CACHE:-400}
- --execution.caching.trie-clean-cache=${ARBITRUM_ONE_NITRO_MINIMAL_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${ARBITRUM_ONE_NITRO_MINIMAL_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${ARBITRUM_ONE_NITRO_MINIMAL_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${ARBITRUM_ONE_NITRO_MINIMAL_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024}
- --execution.rpc.filter-log-cache-size=${ARBITRUM_ONE_NITRO_MINIMAL_PEBBLE_HASH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.rpc.log-history=0 - --execution.rpc.log-history=0
- --execution.sequencer.enable=false - --execution.sequencer.enable=false

View File

@@ -54,6 +54,7 @@ services:
- --execution.caching.snapshot-cache=${ARBITRUM_ONE_NITRO_MINIMAL_PEBBLE_HASH_SNAPSHOT_CACHE:-400} - --execution.caching.snapshot-cache=${ARBITRUM_ONE_NITRO_MINIMAL_PEBBLE_HASH_SNAPSHOT_CACHE:-400}
- --execution.caching.trie-clean-cache=${ARBITRUM_ONE_NITRO_MINIMAL_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${ARBITRUM_ONE_NITRO_MINIMAL_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${ARBITRUM_ONE_NITRO_MINIMAL_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${ARBITRUM_ONE_NITRO_MINIMAL_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024}
- --execution.rpc.filter-log-cache-size=${ARBITRUM_ONE_NITRO_MINIMAL_PEBBLE_HASH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.rpc.log-history=0 - --execution.rpc.log-history=0
- --execution.sequencer.enable=false - --execution.sequencer.enable=false

View File

@@ -55,6 +55,7 @@ services:
- --execution.caching.snapshot-cache=${ARBITRUM_ONE_NITRO_PRUNED_PEBBLE_HASH_SNAPSHOT_CACHE:-400} - --execution.caching.snapshot-cache=${ARBITRUM_ONE_NITRO_PRUNED_PEBBLE_HASH_SNAPSHOT_CACHE:-400}
- --execution.caching.trie-clean-cache=${ARBITRUM_ONE_NITRO_PRUNED_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${ARBITRUM_ONE_NITRO_PRUNED_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${ARBITRUM_ONE_NITRO_PRUNED_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${ARBITRUM_ONE_NITRO_PRUNED_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024}
- --execution.rpc.filter-log-cache-size=${ARBITRUM_ONE_NITRO_PRUNED_PEBBLE_HASH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.rpc.log-history=0 - --execution.rpc.log-history=0
- --execution.sequencer.enable=false - --execution.sequencer.enable=false

View File

@@ -55,6 +55,7 @@ services:
- --execution.caching.snapshot-cache=${ARBITRUM_ONE_NITRO_PRUNED_PEBBLE_HASH_SNAPSHOT_CACHE:-400} - --execution.caching.snapshot-cache=${ARBITRUM_ONE_NITRO_PRUNED_PEBBLE_HASH_SNAPSHOT_CACHE:-400}
- --execution.caching.trie-clean-cache=${ARBITRUM_ONE_NITRO_PRUNED_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${ARBITRUM_ONE_NITRO_PRUNED_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${ARBITRUM_ONE_NITRO_PRUNED_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${ARBITRUM_ONE_NITRO_PRUNED_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024}
- --execution.rpc.filter-log-cache-size=${ARBITRUM_ONE_NITRO_PRUNED_PEBBLE_HASH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.rpc.log-history=0 - --execution.rpc.log-history=0
- --execution.sequencer.enable=false - --execution.sequencer.enable=false

View File

@@ -54,6 +54,7 @@ services:
- --execution.caching.snapshot-cache=${ARBITRUM_ONE_NITRO_PRUNED_PEBBLE_HASH_SNAPSHOT_CACHE:-400} - --execution.caching.snapshot-cache=${ARBITRUM_ONE_NITRO_PRUNED_PEBBLE_HASH_SNAPSHOT_CACHE:-400}
- --execution.caching.trie-clean-cache=${ARBITRUM_ONE_NITRO_PRUNED_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${ARBITRUM_ONE_NITRO_PRUNED_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${ARBITRUM_ONE_NITRO_PRUNED_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${ARBITRUM_ONE_NITRO_PRUNED_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024}
- --execution.rpc.filter-log-cache-size=${ARBITRUM_ONE_NITRO_PRUNED_PEBBLE_HASH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.rpc.log-history=0 - --execution.rpc.log-history=0
- --execution.sequencer.enable=false - --execution.sequencer.enable=false

View File

@@ -54,6 +54,7 @@ services:
- --execution.caching.snapshot-cache=${ARBITRUM_ONE_NITRO_PRUNED_PEBBLE_HASH_SNAPSHOT_CACHE:-400} - --execution.caching.snapshot-cache=${ARBITRUM_ONE_NITRO_PRUNED_PEBBLE_HASH_SNAPSHOT_CACHE:-400}
- --execution.caching.trie-clean-cache=${ARBITRUM_ONE_NITRO_PRUNED_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${ARBITRUM_ONE_NITRO_PRUNED_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${ARBITRUM_ONE_NITRO_PRUNED_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${ARBITRUM_ONE_NITRO_PRUNED_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024}
- --execution.rpc.filter-log-cache-size=${ARBITRUM_ONE_NITRO_PRUNED_PEBBLE_HASH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.rpc.log-history=0 - --execution.rpc.log-history=0
- --execution.sequencer.enable=false - --execution.sequencer.enable=false

View File

@@ -54,6 +54,7 @@ services:
- --execution.caching.snapshot-cache=${ARBITRUM_SEPOLIA_NITRO_ARCHIVE_PEBBLE_HASH_SNAPSHOT_CACHE:-400} - --execution.caching.snapshot-cache=${ARBITRUM_SEPOLIA_NITRO_ARCHIVE_PEBBLE_HASH_SNAPSHOT_CACHE:-400}
- --execution.caching.trie-clean-cache=${ARBITRUM_SEPOLIA_NITRO_ARCHIVE_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${ARBITRUM_SEPOLIA_NITRO_ARCHIVE_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${ARBITRUM_SEPOLIA_NITRO_ARCHIVE_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${ARBITRUM_SEPOLIA_NITRO_ARCHIVE_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024}
- --execution.rpc.filter-log-cache-size=${ARBITRUM_SEPOLIA_NITRO_ARCHIVE_PEBBLE_HASH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.rpc.log-history=0 - --execution.rpc.log-history=0
- --execution.sequencer.enable=false - --execution.sequencer.enable=false

View File

@@ -54,6 +54,7 @@ services:
- --execution.caching.snapshot-cache=${ARBITRUM_SEPOLIA_NITRO_MINIMAL_PEBBLE_HASH_SNAPSHOT_CACHE:-400} - --execution.caching.snapshot-cache=${ARBITRUM_SEPOLIA_NITRO_MINIMAL_PEBBLE_HASH_SNAPSHOT_CACHE:-400}
- --execution.caching.trie-clean-cache=${ARBITRUM_SEPOLIA_NITRO_MINIMAL_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${ARBITRUM_SEPOLIA_NITRO_MINIMAL_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${ARBITRUM_SEPOLIA_NITRO_MINIMAL_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${ARBITRUM_SEPOLIA_NITRO_MINIMAL_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024}
- --execution.rpc.filter-log-cache-size=${ARBITRUM_SEPOLIA_NITRO_MINIMAL_PEBBLE_HASH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.rpc.log-history=0 - --execution.rpc.log-history=0
- --execution.sequencer.enable=false - --execution.sequencer.enable=false

View File

@@ -54,6 +54,7 @@ services:
- --execution.caching.snapshot-cache=${ARBITRUM_SEPOLIA_NITRO_MINIMAL_PEBBLE_HASH_SNAPSHOT_CACHE:-400} - --execution.caching.snapshot-cache=${ARBITRUM_SEPOLIA_NITRO_MINIMAL_PEBBLE_HASH_SNAPSHOT_CACHE:-400}
- --execution.caching.trie-clean-cache=${ARBITRUM_SEPOLIA_NITRO_MINIMAL_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${ARBITRUM_SEPOLIA_NITRO_MINIMAL_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${ARBITRUM_SEPOLIA_NITRO_MINIMAL_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${ARBITRUM_SEPOLIA_NITRO_MINIMAL_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024}
- --execution.rpc.filter-log-cache-size=${ARBITRUM_SEPOLIA_NITRO_MINIMAL_PEBBLE_HASH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.rpc.log-history=0 - --execution.rpc.log-history=0
- --execution.sequencer.enable=false - --execution.sequencer.enable=false

View File

@@ -54,6 +54,7 @@ services:
- --execution.caching.snapshot-cache=${ARBITRUM_SEPOLIA_NITRO_PRUNED_PEBBLE_HASH_SNAPSHOT_CACHE:-400} - --execution.caching.snapshot-cache=${ARBITRUM_SEPOLIA_NITRO_PRUNED_PEBBLE_HASH_SNAPSHOT_CACHE:-400}
- --execution.caching.trie-clean-cache=${ARBITRUM_SEPOLIA_NITRO_PRUNED_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${ARBITRUM_SEPOLIA_NITRO_PRUNED_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${ARBITRUM_SEPOLIA_NITRO_PRUNED_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${ARBITRUM_SEPOLIA_NITRO_PRUNED_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024}
- --execution.rpc.filter-log-cache-size=${ARBITRUM_SEPOLIA_NITRO_PRUNED_PEBBLE_HASH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.rpc.log-history=0 - --execution.rpc.log-history=0
- --execution.sequencer.enable=false - --execution.sequencer.enable=false

View File

@@ -54,6 +54,7 @@ services:
- --execution.caching.snapshot-cache=${ARBITRUM_SEPOLIA_NITRO_PRUNED_PEBBLE_HASH_SNAPSHOT_CACHE:-400} - --execution.caching.snapshot-cache=${ARBITRUM_SEPOLIA_NITRO_PRUNED_PEBBLE_HASH_SNAPSHOT_CACHE:-400}
- --execution.caching.trie-clean-cache=${ARBITRUM_SEPOLIA_NITRO_PRUNED_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${ARBITRUM_SEPOLIA_NITRO_PRUNED_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${ARBITRUM_SEPOLIA_NITRO_PRUNED_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${ARBITRUM_SEPOLIA_NITRO_PRUNED_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024}
- --execution.rpc.filter-log-cache-size=${ARBITRUM_SEPOLIA_NITRO_PRUNED_PEBBLE_HASH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.rpc.log-history=0 - --execution.rpc.log-history=0
- --execution.sequencer.enable=false - --execution.sequencer.enable=false

View File

@@ -55,6 +55,7 @@ services:
- --execution.caching.trie-clean-cache=${CONNEXT_SEPOLIA_NITRO_ARCHIVE_LEVELDB_HASH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${CONNEXT_SEPOLIA_NITRO_ARCHIVE_LEVELDB_HASH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${CONNEXT_SEPOLIA_NITRO_ARCHIVE_LEVELDB_HASH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${CONNEXT_SEPOLIA_NITRO_ARCHIVE_LEVELDB_HASH_TRIE_DIRTY_CACHE:-1024}
- --execution.forwarding-target=https://rpc.connext-sepolia.gelato.digital - --execution.forwarding-target=https://rpc.connext-sepolia.gelato.digital
- --execution.rpc.filter-log-cache-size=${CONNEXT_SEPOLIA_NITRO_ARCHIVE_LEVELDB_HASH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.rpc.log-history=0 - --execution.rpc.log-history=0
- --execution.sequencer.enable=false - --execution.sequencer.enable=false

View File

@@ -56,6 +56,7 @@ services:
- --execution.caching.trie-clean-cache=${CONNEXT_SEPOLIA_NITRO_PRUNED_PEBBLE_PATH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${CONNEXT_SEPOLIA_NITRO_PRUNED_PEBBLE_PATH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${CONNEXT_SEPOLIA_NITRO_PRUNED_PEBBLE_PATH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${CONNEXT_SEPOLIA_NITRO_PRUNED_PEBBLE_PATH_TRIE_DIRTY_CACHE:-1024}
- --execution.forwarding-target=https://rpc.connext-sepolia.gelato.digital - --execution.forwarding-target=https://rpc.connext-sepolia.gelato.digital
- --execution.rpc.filter-log-cache-size=${CONNEXT_SEPOLIA_NITRO_PRUNED_PEBBLE_PATH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.sequencer.enable=false - --execution.sequencer.enable=false
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0

View File

@@ -55,6 +55,7 @@ services:
- --execution.caching.trie-clean-cache=${EVERCLEAR_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${EVERCLEAR_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${EVERCLEAR_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${EVERCLEAR_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_TRIE_DIRTY_CACHE:-1024}
- --execution.forwarding-target=https://rpc.everclear.raas.gelato.cloud - --execution.forwarding-target=https://rpc.everclear.raas.gelato.cloud
- --execution.rpc.filter-log-cache-size=${EVERCLEAR_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.rpc.log-history=0 - --execution.rpc.log-history=0
- --execution.sequencer.enable=false - --execution.sequencer.enable=false

View File

@@ -56,6 +56,7 @@ services:
- --execution.caching.trie-clean-cache=${EVERCLEAR_MAINNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${EVERCLEAR_MAINNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${EVERCLEAR_MAINNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${EVERCLEAR_MAINNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_DIRTY_CACHE:-1024}
- --execution.forwarding-target=https://rpc.everclear.raas.gelato.cloud - --execution.forwarding-target=https://rpc.everclear.raas.gelato.cloud
- --execution.rpc.filter-log-cache-size=${EVERCLEAR_MAINNET_NITRO_PRUNED_PEBBLE_PATH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.sequencer.enable=false - --execution.sequencer.enable=false
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0

View File

@@ -55,6 +55,7 @@ services:
- --execution.caching.trie-clean-cache=${OPENCAMPUSCODEX_SEPOLIA_NITRO_ARCHIVE_LEVELDB_HASH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${OPENCAMPUSCODEX_SEPOLIA_NITRO_ARCHIVE_LEVELDB_HASH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${OPENCAMPUSCODEX_SEPOLIA_NITRO_ARCHIVE_LEVELDB_HASH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${OPENCAMPUSCODEX_SEPOLIA_NITRO_ARCHIVE_LEVELDB_HASH_TRIE_DIRTY_CACHE:-1024}
- --execution.forwarding-target=https://rpc.open-campus-codex.gelato.digital - --execution.forwarding-target=https://rpc.open-campus-codex.gelato.digital
- --execution.rpc.filter-log-cache-size=${OPENCAMPUSCODEX_SEPOLIA_NITRO_ARCHIVE_LEVELDB_HASH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.rpc.log-history=0 - --execution.rpc.log-history=0
- --execution.sequencer.enable=false - --execution.sequencer.enable=false

View File

@@ -56,6 +56,7 @@ services:
- --execution.caching.trie-clean-cache=${OPENCAMPUSCODEX_SEPOLIA_NITRO_PRUNED_PEBBLE_PATH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${OPENCAMPUSCODEX_SEPOLIA_NITRO_PRUNED_PEBBLE_PATH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${OPENCAMPUSCODEX_SEPOLIA_NITRO_PRUNED_PEBBLE_PATH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${OPENCAMPUSCODEX_SEPOLIA_NITRO_PRUNED_PEBBLE_PATH_TRIE_DIRTY_CACHE:-1024}
- --execution.forwarding-target=https://rpc.open-campus-codex.gelato.digital - --execution.forwarding-target=https://rpc.open-campus-codex.gelato.digital
- --execution.rpc.filter-log-cache-size=${OPENCAMPUSCODEX_SEPOLIA_NITRO_PRUNED_PEBBLE_PATH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.sequencer.enable=false - --execution.sequencer.enable=false
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0

View File

@@ -55,6 +55,7 @@ services:
- --execution.caching.trie-clean-cache=${PLAYBLOCK_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${PLAYBLOCK_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${PLAYBLOCK_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${PLAYBLOCK_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_TRIE_DIRTY_CACHE:-1024}
- --execution.forwarding-target=https://rpc.playblock.io - --execution.forwarding-target=https://rpc.playblock.io
- --execution.rpc.filter-log-cache-size=${PLAYBLOCK_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.rpc.log-history=0 - --execution.rpc.log-history=0
- --execution.sequencer.enable=false - --execution.sequencer.enable=false

View File

@@ -56,6 +56,7 @@ services:
- --execution.caching.trie-clean-cache=${PLAYBLOCK_MAINNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${PLAYBLOCK_MAINNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${PLAYBLOCK_MAINNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${PLAYBLOCK_MAINNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_DIRTY_CACHE:-1024}
- --execution.forwarding-target=https://rpc.playblock.io - --execution.forwarding-target=https://rpc.playblock.io
- --execution.rpc.filter-log-cache-size=${PLAYBLOCK_MAINNET_NITRO_PRUNED_PEBBLE_PATH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.sequencer.enable=false - --execution.sequencer.enable=false
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0

View File

@@ -55,6 +55,7 @@ services:
- --execution.caching.trie-clean-cache=${PLUME_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${PLUME_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${PLUME_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${PLUME_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_TRIE_DIRTY_CACHE:-1024}
- --execution.forwarding-target=https://rpc.plume.org - --execution.forwarding-target=https://rpc.plume.org
- --execution.rpc.filter-log-cache-size=${PLUME_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.rpc.log-history=0 - --execution.rpc.log-history=0
- --execution.sequencer.enable=false - --execution.sequencer.enable=false

View File

@@ -55,6 +55,7 @@ services:
- --execution.caching.trie-clean-cache=${PLUME_MAINNET_NITRO_ARCHIVE_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${PLUME_MAINNET_NITRO_ARCHIVE_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${PLUME_MAINNET_NITRO_ARCHIVE_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${PLUME_MAINNET_NITRO_ARCHIVE_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024}
- --execution.forwarding-target=https://rpc.plume.org - --execution.forwarding-target=https://rpc.plume.org
- --execution.rpc.filter-log-cache-size=${PLUME_MAINNET_NITRO_ARCHIVE_PEBBLE_HASH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.rpc.log-history=0 - --execution.rpc.log-history=0
- --execution.sequencer.enable=false - --execution.sequencer.enable=false

View File

@@ -55,6 +55,7 @@ services:
- --execution.caching.trie-clean-cache=${PLUME_MAINNET_NITRO_PRUNED_LEVELDB_HASH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${PLUME_MAINNET_NITRO_PRUNED_LEVELDB_HASH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${PLUME_MAINNET_NITRO_PRUNED_LEVELDB_HASH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${PLUME_MAINNET_NITRO_PRUNED_LEVELDB_HASH_TRIE_DIRTY_CACHE:-1024}
- --execution.forwarding-target=https://rpc.plume.org - --execution.forwarding-target=https://rpc.plume.org
- --execution.rpc.filter-log-cache-size=${PLUME_MAINNET_NITRO_PRUNED_LEVELDB_HASH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.rpc.log-history=0 - --execution.rpc.log-history=0
- --execution.sequencer.enable=false - --execution.sequencer.enable=false

View File

@@ -56,6 +56,7 @@ services:
- --execution.caching.trie-clean-cache=${PLUME_MAINNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${PLUME_MAINNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${PLUME_MAINNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${PLUME_MAINNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_DIRTY_CACHE:-1024}
- --execution.forwarding-target=https://rpc.plume.org - --execution.forwarding-target=https://rpc.plume.org
- --execution.rpc.filter-log-cache-size=${PLUME_MAINNET_NITRO_PRUNED_PEBBLE_PATH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.sequencer.enable=false - --execution.sequencer.enable=false
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0

View File

@@ -55,6 +55,7 @@ services:
- --execution.caching.trie-clean-cache=${PLUME_TESTNET_NITRO_ARCHIVE_LEVELDB_HASH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${PLUME_TESTNET_NITRO_ARCHIVE_LEVELDB_HASH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${PLUME_TESTNET_NITRO_ARCHIVE_LEVELDB_HASH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${PLUME_TESTNET_NITRO_ARCHIVE_LEVELDB_HASH_TRIE_DIRTY_CACHE:-1024}
- --execution.forwarding-target=https://testnet-rpc.plume.org - --execution.forwarding-target=https://testnet-rpc.plume.org
- --execution.rpc.filter-log-cache-size=${PLUME_TESTNET_NITRO_ARCHIVE_LEVELDB_HASH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.rpc.log-history=0 - --execution.rpc.log-history=0
- --execution.sequencer.enable=false - --execution.sequencer.enable=false

View File

@@ -55,6 +55,7 @@ services:
- --execution.caching.trie-clean-cache=${PLUME_TESTNET_NITRO_ARCHIVE_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${PLUME_TESTNET_NITRO_ARCHIVE_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${PLUME_TESTNET_NITRO_ARCHIVE_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${PLUME_TESTNET_NITRO_ARCHIVE_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024}
- --execution.forwarding-target=https://testnet-rpc.plume.org - --execution.forwarding-target=https://testnet-rpc.plume.org
- --execution.rpc.filter-log-cache-size=${PLUME_TESTNET_NITRO_ARCHIVE_PEBBLE_HASH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.rpc.log-history=0 - --execution.rpc.log-history=0
- --execution.sequencer.enable=false - --execution.sequencer.enable=false

View File

@@ -55,6 +55,7 @@ services:
- --execution.caching.trie-clean-cache=${PLUME_TESTNET_NITRO_PRUNED_LEVELDB_HASH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${PLUME_TESTNET_NITRO_PRUNED_LEVELDB_HASH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${PLUME_TESTNET_NITRO_PRUNED_LEVELDB_HASH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${PLUME_TESTNET_NITRO_PRUNED_LEVELDB_HASH_TRIE_DIRTY_CACHE:-1024}
- --execution.forwarding-target=https://testnet-rpc.plume.org - --execution.forwarding-target=https://testnet-rpc.plume.org
- --execution.rpc.filter-log-cache-size=${PLUME_TESTNET_NITRO_PRUNED_LEVELDB_HASH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.rpc.log-history=0 - --execution.rpc.log-history=0
- --execution.sequencer.enable=false - --execution.sequencer.enable=false

View File

@@ -56,6 +56,7 @@ services:
- --execution.caching.trie-clean-cache=${PLUME_TESTNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${PLUME_TESTNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${PLUME_TESTNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${PLUME_TESTNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_DIRTY_CACHE:-1024}
- --execution.forwarding-target=https://testnet-rpc.plume.org - --execution.forwarding-target=https://testnet-rpc.plume.org
- --execution.rpc.filter-log-cache-size=${PLUME_TESTNET_NITRO_PRUNED_PEBBLE_PATH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.sequencer.enable=false - --execution.sequencer.enable=false
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0

View File

@@ -55,6 +55,7 @@ services:
- --execution.caching.trie-clean-cache=${REAL_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${REAL_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${REAL_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${REAL_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_TRIE_DIRTY_CACHE:-1024}
- --execution.forwarding-target=https://rpc.realforreal.gelato.digital - --execution.forwarding-target=https://rpc.realforreal.gelato.digital
- --execution.rpc.filter-log-cache-size=${REAL_MAINNET_NITRO_ARCHIVE_LEVELDB_HASH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.rpc.log-history=0 - --execution.rpc.log-history=0
- --execution.sequencer.enable=false - --execution.sequencer.enable=false

View File

@@ -55,6 +55,7 @@ services:
- --execution.caching.trie-clean-cache=${REAL_MAINNET_NITRO_ARCHIVE_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${REAL_MAINNET_NITRO_ARCHIVE_PEBBLE_HASH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${REAL_MAINNET_NITRO_ARCHIVE_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${REAL_MAINNET_NITRO_ARCHIVE_PEBBLE_HASH_TRIE_DIRTY_CACHE:-1024}
- --execution.forwarding-target=https://rpc.realforreal.gelato.digital - --execution.forwarding-target=https://rpc.realforreal.gelato.digital
- --execution.rpc.filter-log-cache-size=${REAL_MAINNET_NITRO_ARCHIVE_PEBBLE_HASH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.rpc.log-history=0 - --execution.rpc.log-history=0
- --execution.sequencer.enable=false - --execution.sequencer.enable=false

View File

@@ -56,6 +56,7 @@ services:
- --execution.caching.trie-clean-cache=${REAL_MAINNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${REAL_MAINNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${REAL_MAINNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${REAL_MAINNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_DIRTY_CACHE:-1024}
- --execution.forwarding-target=https://rpc.realforreal.gelato.digital - --execution.forwarding-target=https://rpc.realforreal.gelato.digital
- --execution.rpc.filter-log-cache-size=${REAL_MAINNET_NITRO_PRUNED_PEBBLE_PATH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.sequencer.enable=false - --execution.sequencer.enable=false
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0

View File

@@ -56,6 +56,7 @@ services:
- --execution.caching.trie-clean-cache=${ROBINHOOD_MAINNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${ROBINHOOD_MAINNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${ROBINHOOD_MAINNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${ROBINHOOD_MAINNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_DIRTY_CACHE:-1024}
- --execution.forwarding-target=https://rpc.mainnet.chain.robinhood.com - --execution.forwarding-target=https://rpc.mainnet.chain.robinhood.com
- --execution.rpc.filter-log-cache-size=${ROBINHOOD_MAINNET_NITRO_PRUNED_PEBBLE_PATH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.sequencer.enable=false - --execution.sequencer.enable=false
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0

View File

@@ -56,6 +56,7 @@ services:
- --execution.caching.trie-clean-cache=${ROBINHOOD_TESTNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_CLEAN_CACHE:-600} - --execution.caching.trie-clean-cache=${ROBINHOOD_TESTNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_CLEAN_CACHE:-600}
- --execution.caching.trie-dirty-cache=${ROBINHOOD_TESTNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_DIRTY_CACHE:-1024} - --execution.caching.trie-dirty-cache=${ROBINHOOD_TESTNET_NITRO_PRUNED_PEBBLE_PATH_TRIE_DIRTY_CACHE:-1024}
- --execution.forwarding-target=https://rpc.testnet.chain.robinhood.com - --execution.forwarding-target=https://rpc.testnet.chain.robinhood.com
- --execution.rpc.filter-log-cache-size=${ROBINHOOD_TESTNET_NITRO_PRUNED_PEBBLE_PATH_FILTER_LOG_CACHE:-32}
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.sequencer.enable=false - --execution.sequencer.enable=false
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0