try more base

This commit is contained in:
Sebastian
2024-01-18 16:30:22 +01:00
parent fc70c0b5a0
commit 1e522241ee
2 changed files with 3 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ services:
restart: always restart: always
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=base-mainner"
- "OP_NODE_L1_ETH_RPC=${BASE_ETHEREUM_ENDPOINT}" - "OP_NODE_L1_ETH_RPC=${BASE_ETHEREUM_ENDPOINT}"
- "OP_NODE_L2_ENGINE_AUTH_RAW=688f5d737bad920bdfb2fc2f488d6b6209eebda1dae949a8de91398d932c517a" - "OP_NODE_L2_ENGINE_AUTH_RAW=688f5d737bad920bdfb2fc2f488d6b6209eebda1dae949a8de91398d932c517a"
- "OP_NODE_L2_ENGINE_AUTH=/tmp/engine-auth-jwt" - "OP_NODE_L2_ENGINE_AUTH=/tmp/engine-auth-jwt"

View File

@@ -72,6 +72,8 @@ exec ./geth \
--maxpeers=100 \ --maxpeers=100 \
--nat=extip:$HOST_IP \ --nat=extip:$HOST_IP \
--networkid="$CHAIN_ID" \ --networkid="$CHAIN_ID" \
--op-network="base-mainnet" \
--rollup.halt=major \
--rollup.sequencerhttp="$OP_GETH_SEQUENCER_HTTP" \ --rollup.sequencerhttp="$OP_GETH_SEQUENCER_HTTP" \
--port="$P2P_PORT" \ --port="$P2P_PORT" \
$ADDITIONAL_ARGS # intentionally unquoted $ADDITIONAL_ARGS # intentionally unquoted