diff --git a/base-archive.yml b/base-archive.yml index b252d39f..3dbb3f0c 100644 --- a/base-archive.yml +++ b/base-archive.yml @@ -52,6 +52,7 @@ services: restart: always stop_grace_period: 30s environment: + - "OP_NODE_NETWORK=base-mainner" - "OP_NODE_L1_ETH_RPC=${BASE_ETHEREUM_ENDPOINT}" - "OP_NODE_L2_ENGINE_AUTH_RAW=688f5d737bad920bdfb2fc2f488d6b6209eebda1dae949a8de91398d932c517a" - "OP_NODE_L2_ENGINE_AUTH=/tmp/engine-auth-jwt" diff --git a/base/geth-entrypoint b/base/geth-entrypoint index 58531b9f..0946ee06 100755 --- a/base/geth-entrypoint +++ b/base/geth-entrypoint @@ -72,6 +72,8 @@ exec ./geth \ --maxpeers=100 \ --nat=extip:$HOST_IP \ --networkid="$CHAIN_ID" \ + --op-network="base-mainnet" \ + --rollup.halt=major \ --rollup.sequencerhttp="$OP_GETH_SEQUENCER_HTTP" \ --port="$P2P_PORT" \ $ADDITIONAL_ARGS # intentionally unquoted