This commit is contained in:
Sebastian
2025-01-14 04:39:23 +01:00
parent b937a8a8ad
commit 4033f1c09d

View File

@@ -24,7 +24,7 @@ services:
- "GETH_ROLLUP_SEQUENCERHTTP=https://rpc-mode-mainnet-0.t.conduit.xyz" - "GETH_ROLLUP_SEQUENCERHTTP=https://rpc-mode-mainnet-0.t.conduit.xyz"
- "GETH_GCMODE=full" - "GETH_GCMODE=full"
- "GETH_SYNCMODE=snap" - "GETH_SYNCMODE=snap"
- "GETH_NODISCOVER=true" #- "GETH_NODISCOVER=true"
- "GETH_STATE_SCHEME=path" - "GETH_STATE_SCHEME=path"
- "GETH_DB_ENGINE=pebble" - "GETH_DB_ENGINE=pebble"
- "P2P_PORT=34542" - "P2P_PORT=34542"
@@ -69,6 +69,7 @@ services:
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
#- "OP_NODE_NETWORK=mode-mainnet-0" #- "OP_NODE_NETWORK=mode-mainnet-0"
- "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_L1_ETH_RPC=${MODE_MAINNET_L1_ENDPOINT}" - "OP_NODE_L1_ETH_RPC=${MODE_MAINNET_L1_ENDPOINT}"
- "OP_NODE_L2_ENGINE_AUTH_RAW=${JWTSECRET}" - "OP_NODE_L2_ENGINE_AUTH_RAW=${JWTSECRET}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"