diff --git a/op/geth/mantle-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/mantle-mainnet-op-geth-archive-leveldb-hash.yml index 3a0b2fc0..f742ced0 100644 --- a/op/geth/mantle-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/mantle-mainnet-op-geth-archive-leveldb-hash.yml @@ -26,8 +26,8 @@ services: environment: - BLOCK_SIGNER_ADDRESS=0x000000b36A00872bAF079426e012Cf5Cd2A74E8b - BLOCK_SIGNER_KEY=9f50ccaebd966113a0ef09793f8a3288cd0bb2c05d20caa3c0015b4e665f1b2d - - GETH_OP_NETWORK=mantle-mainnet - GETH_ROLLUP_DISABLETXPOOLGOSSIP=true + - GETH_ROLLUP_SEQUENCERHTTP= entrypoint: /bin/sh -c 'exec geth "$@"' -- command: - --datadir=/data @@ -35,6 +35,7 @@ services: - --gcmode=archive - --maxpeers=50 - --nat=extip:${IP} + - --networkid=5000 - --port=12067 - --rpc.gascap=600000000 - --rpc.txfeecap=0 diff --git a/op/geth/mantle-mainnet-op-geth-pruned-leveldb-hash.yml b/op/geth/mantle-mainnet-op-geth-pruned-leveldb-hash.yml index 31839e0f..fdb6224f 100644 --- a/op/geth/mantle-mainnet-op-geth-pruned-leveldb-hash.yml +++ b/op/geth/mantle-mainnet-op-geth-pruned-leveldb-hash.yml @@ -26,8 +26,8 @@ services: environment: - BLOCK_SIGNER_ADDRESS=0x000000b36A00872bAF079426e012Cf5Cd2A74E8b - BLOCK_SIGNER_KEY=9f50ccaebd966113a0ef09793f8a3288cd0bb2c05d20caa3c0015b4e665f1b2d - - GETH_OP_NETWORK=mantle-mainnet - GETH_ROLLUP_DISABLETXPOOLGOSSIP=true + - GETH_ROLLUP_SEQUENCERHTTP= entrypoint: /bin/sh -c 'exec geth "$@"' -- command: - --datadir=/data @@ -35,6 +35,7 @@ services: - --gcmode=full - --maxpeers=50 - --nat=extip:${IP} + - --networkid=5000 - --port=12067 - --rpc.gascap=600000000 - --rpc.txfeecap=0 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 7c5769a5..78d650c8 100644 --- a/op/geth/mantle-sepolia-op-geth-archive-leveldb-hash.yml +++ b/op/geth/mantle-sepolia-op-geth-archive-leveldb-hash.yml @@ -24,8 +24,8 @@ services: - 8545 - 8551 environment: - - GETH_OP_NETWORK=mantle-sepolia - GETH_ROLLUP_DISABLETXPOOLGOSSIP=true + - GETH_ROLLUP_SEQUENCERHTTP= entrypoint: /bin/sh -c 'exec geth "$@"' -- command: - --datadir=/data @@ -33,6 +33,7 @@ services: - --gcmode=archive - --maxpeers=50 - --nat=extip:${IP} + - --networkid=5001 - --port=13358 - --rpc.gascap=600000000 - --rpc.txfeecap=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 4b28b97e..a6ae734c 100644 --- a/op/geth/mantle-sepolia-op-geth-pruned-leveldb-hash.yml +++ b/op/geth/mantle-sepolia-op-geth-pruned-leveldb-hash.yml @@ -24,8 +24,8 @@ services: - 8545 - 8551 environment: - - GETH_OP_NETWORK=mantle-sepolia - GETH_ROLLUP_DISABLETXPOOLGOSSIP=true + - GETH_ROLLUP_SEQUENCERHTTP= entrypoint: /bin/sh -c 'exec geth "$@"' -- command: - --datadir=/data @@ -33,6 +33,7 @@ services: - --gcmode=full - --maxpeers=50 - --nat=extip:${IP} + - --networkid=5001 - --port=13358 - --rpc.gascap=600000000 - --rpc.txfeecap=0