diff --git a/op/geth/mantle-sepolia-op-geth-archive-leveldb-hash.yml b/op/geth/mantle-sepolia-op-geth-archive-leveldb-hash.yml index 12eb7ce4..7257ec80 100644 --- a/op/geth/mantle-sepolia-op-geth-archive-leveldb-hash.yml +++ b/op/geth/mantle-sepolia-op-geth-archive-leveldb-hash.yml @@ -57,6 +57,7 @@ services: - GETH_ROLLUP_SEQUENCERHTTP=https://rpc.sepolia.mantle.xyz entrypoint: /bin/sh -c 'exec geth "$@"' -- command: + - --cache=${MANTLE_SEPOLIA_OP_GETH_ARCHIVE_LEVELDB_HASH_CACHE:-1024} - --datadir=/data - --db.engine=leveldb - --gcmode=archive @@ -129,6 +130,7 @@ services: - OP_NODE_P2P_LISTEN_IP=0.0.0.0 - OP_NODE_P2P_LISTEN_TCP_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_LOAD_PROTOCOL_VERSIONS=true - OP_NODE_RPC_ADDR=0.0.0.0 diff --git a/op/geth/mantle-sepolia-op-geth-pruned-leveldb-hash.yml b/op/geth/mantle-sepolia-op-geth-pruned-leveldb-hash.yml index c4815c29..ef4d351e 100644 --- a/op/geth/mantle-sepolia-op-geth-pruned-leveldb-hash.yml +++ b/op/geth/mantle-sepolia-op-geth-pruned-leveldb-hash.yml @@ -57,6 +57,7 @@ services: - GETH_ROLLUP_SEQUENCERHTTP=https://rpc.sepolia.mantle.xyz entrypoint: /bin/sh -c 'exec geth "$@"' -- command: + - --cache=${MANTLE_SEPOLIA_OP_GETH_PRUNED_LEVELDB_HASH_CACHE:-1024} - --datadir=/data - --db.engine=leveldb - --gcmode=full @@ -129,6 +130,7 @@ services: - OP_NODE_P2P_LISTEN_IP=0.0.0.0 - OP_NODE_P2P_LISTEN_TCP_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_LOAD_PROTOCOL_VERSIONS=true - OP_NODE_RPC_ADDR=0.0.0.0