mantle-sepolia: materialize static-peer template change into rendered composes
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -57,6 +57,7 @@ services:
|
|||||||
- GETH_ROLLUP_SEQUENCERHTTP=https://rpc.sepolia.mantle.xyz
|
- GETH_ROLLUP_SEQUENCERHTTP=https://rpc.sepolia.mantle.xyz
|
||||||
entrypoint: /bin/sh -c 'exec geth "$@"' --
|
entrypoint: /bin/sh -c 'exec geth "$@"' --
|
||||||
command:
|
command:
|
||||||
|
- --cache=${MANTLE_SEPOLIA_OP_GETH_ARCHIVE_LEVELDB_HASH_CACHE:-1024}
|
||||||
- --datadir=/data
|
- --datadir=/data
|
||||||
- --db.engine=leveldb
|
- --db.engine=leveldb
|
||||||
- --gcmode=archive
|
- --gcmode=archive
|
||||||
@@ -129,6 +130,7 @@ services:
|
|||||||
- OP_NODE_P2P_LISTEN_IP=0.0.0.0
|
- OP_NODE_P2P_LISTEN_IP=0.0.0.0
|
||||||
- OP_NODE_P2P_LISTEN_TCP_PORT=19824
|
- OP_NODE_P2P_LISTEN_TCP_PORT=19824
|
||||||
- OP_NODE_P2P_LISTEN_UDP_PORT=19824
|
- OP_NODE_P2P_LISTEN_UDP_PORT=19824
|
||||||
|
- OP_NODE_P2P_STATIC=/dns4/peer0.sepolia.mantle.xyz/tcp/9003/p2p/16Uiu2HAkywYkvLRUH2MXbD6tSoT3jSMAzTWTp1aDijxpXQXxG6VM
|
||||||
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
|
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
|
||||||
- OP_NODE_ROLLUP_LOAD_PROTOCOL_VERSIONS=true
|
- OP_NODE_ROLLUP_LOAD_PROTOCOL_VERSIONS=true
|
||||||
- OP_NODE_RPC_ADDR=0.0.0.0
|
- OP_NODE_RPC_ADDR=0.0.0.0
|
||||||
|
|||||||
@@ -57,6 +57,7 @@ services:
|
|||||||
- GETH_ROLLUP_SEQUENCERHTTP=https://rpc.sepolia.mantle.xyz
|
- GETH_ROLLUP_SEQUENCERHTTP=https://rpc.sepolia.mantle.xyz
|
||||||
entrypoint: /bin/sh -c 'exec geth "$@"' --
|
entrypoint: /bin/sh -c 'exec geth "$@"' --
|
||||||
command:
|
command:
|
||||||
|
- --cache=${MANTLE_SEPOLIA_OP_GETH_PRUNED_LEVELDB_HASH_CACHE:-1024}
|
||||||
- --datadir=/data
|
- --datadir=/data
|
||||||
- --db.engine=leveldb
|
- --db.engine=leveldb
|
||||||
- --gcmode=full
|
- --gcmode=full
|
||||||
@@ -129,6 +130,7 @@ services:
|
|||||||
- OP_NODE_P2P_LISTEN_IP=0.0.0.0
|
- OP_NODE_P2P_LISTEN_IP=0.0.0.0
|
||||||
- OP_NODE_P2P_LISTEN_TCP_PORT=18358
|
- OP_NODE_P2P_LISTEN_TCP_PORT=18358
|
||||||
- OP_NODE_P2P_LISTEN_UDP_PORT=18358
|
- OP_NODE_P2P_LISTEN_UDP_PORT=18358
|
||||||
|
- OP_NODE_P2P_STATIC=/dns4/peer0.sepolia.mantle.xyz/tcp/9003/p2p/16Uiu2HAkywYkvLRUH2MXbD6tSoT3jSMAzTWTp1aDijxpXQXxG6VM
|
||||||
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
|
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
|
||||||
- OP_NODE_ROLLUP_LOAD_PROTOCOL_VERSIONS=true
|
- OP_NODE_ROLLUP_LOAD_PROTOCOL_VERSIONS=true
|
||||||
- OP_NODE_RPC_ADDR=0.0.0.0
|
- OP_NODE_RPC_ADDR=0.0.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user