This commit is contained in:
goldsquid
2025-10-03 21:01:16 +07:00
parent a09187e07b
commit d4509f4d15
2 changed files with 0 additions and 2 deletions

View File

@@ -56,7 +56,6 @@ services:
- --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-mainnet-1.t.conduit.xyz - --execution.forwarding-target=https://rpc-plume-mainnet-1.t.conduit.xyz
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.rpc.log-history=0
- --execution.sequencer.enable=false - --execution.sequencer.enable=false
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0
- --http.api=eth,net,web3,arb,txpool,debug - --http.api=eth,net,web3,arb,txpool,debug

View File

@@ -57,7 +57,6 @@ services:
- --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-mainnet-1.t.conduit.xyz - --execution.forwarding-target=https://rpc-plume-mainnet-1.t.conduit.xyz
- --execution.rpc.gas-cap=5500000000 - --execution.rpc.gas-cap=5500000000
- --execution.rpc.state-scheme=path
- --execution.sequencer.enable=false - --execution.sequencer.enable=false
- --http.addr=0.0.0.0 - --http.addr=0.0.0.0
- --http.api=eth,net,web3,arb,txpool,debug - --http.api=eth,net,web3,arb,txpool,debug