From dc758a8c7d6916330dcb09a68d60d37a4f717c16 Mon Sep 17 00:00:00 2001 From: Para Dox Date: Mon, 14 Apr 2025 13:37:21 +0700 Subject: [PATCH] fix --- op/geth/manta-pacific-mainnet-op-geth-archive-leveldb-hash.yml | 3 ++- op/geth/manta-pacific-mainnet-op-geth-pruned-pebble-path.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/op/geth/manta-pacific-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/manta-pacific-mainnet-op-geth-archive-leveldb-hash.yml index 7224c1b2..ed24306e 100644 --- a/op/geth/manta-pacific-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/manta-pacific-mainnet-op-geth-archive-leveldb-hash.yml @@ -24,8 +24,9 @@ services: - 8545 - 8551 environment: - - GETH_OP_NETWORK=manta-pacific-mainnet + - GETH_NETWORKID=169 - GETH_ROLLUP_DISABLETXPOOLGOSSIP=true + - GETH_ROLLUP_SEQUENCERHTTP=https://manta-pacific.calderachain.xyz/http entrypoint: /bin/sh -c 'exec /usr/local/bin/geth "$@"' -- command: - --datadir=/data diff --git a/op/geth/manta-pacific-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/manta-pacific-mainnet-op-geth-pruned-pebble-path.yml index a7f1abf3..1aaf7ee9 100644 --- a/op/geth/manta-pacific-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/manta-pacific-mainnet-op-geth-pruned-pebble-path.yml @@ -24,8 +24,9 @@ services: - 8545 - 8551 environment: - - GETH_OP_NETWORK=manta-pacific-mainnet + - GETH_NETWORKID=169 - GETH_ROLLUP_DISABLETXPOOLGOSSIP=true + - GETH_ROLLUP_SEQUENCERHTTP=https://manta-pacific.calderachain.xyz/http entrypoint: /bin/sh -c 'exec /usr/local/bin/geth "$@"' -- command: - --datadir=/data