try more base
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user