This commit is contained in:
Sebastian
2024-02-29 05:55:24 +01:00
parent 43928c2810
commit e2e17e21b8

View File

@@ -24,7 +24,7 @@ uDdWRwgiMr"
- "OP_GETH_GCMODE=full" - "OP_GETH_GCMODE=full"
- "OP_GETH_STATE_SCHEME=path" - "OP_GETH_STATE_SCHEME=path"
- "GETH_DB_ENGINE=pebble" - "GETH_DB_ENGINE=pebble"
- "CHAIN_NAME=lisk-sepolia" #- "CHAIN_NAME=lisk-sepolia"
- "P2P_PORT=54521" - "P2P_PORT=54521"
- "WS_PORT=8545" - "WS_PORT=8545"
- "OP_NODE_L2_ENGINE_AUTH_RAW=688f5d737bad920bdfb2fc2f488d6b6209eebda1dae949a8de91398d932c517a" - "OP_NODE_L2_ENGINE_AUTH_RAW=688f5d737bad920bdfb2fc2f488d6b6209eebda1dae949a8de91398d932c517a"
@@ -58,7 +58,7 @@ uDdWRwgiMr"
restart: always restart: always
stop_grace_period: 30s stop_grace_period: 30s
environment: environment:
- "OP_NODE_NETWORK=lisk-sepolia" #- "OP_NODE_NETWORK=lisk-sepolia"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_ENDPOINT}" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_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"