This commit is contained in:
squidbear
2025-03-30 10:41:30 +02:00
parent fa0b08a6cb
commit c6e2708689
9 changed files with 1 additions and 11 deletions

View File

@@ -69,7 +69,6 @@ services:
- .jwtsecret:/jwtsecret:ro
stop_grace_period: 30s
environment:
- "OP_NODE_NETWORK=base-mainnet"
- "OP_NODE_SYNCMODE=execution-layer"

View File

@@ -69,7 +69,6 @@ services:
- .jwtsecret:/jwtsecret:ro
stop_grace_period: 30s
environment:
- "OP_NODE_NETWORK=base-mainnet"
- "OP_NODE_SYNCMODE=execution-layer"

View File

@@ -69,7 +69,6 @@ services:
- .jwtsecret:/jwtsecret:ro
stop_grace_period: 30s
environment:
- "OP_NODE_NETWORK=base-sepolia"
- "OP_NODE_SYNCMODE=execution-layer"

View File

@@ -69,7 +69,6 @@ services:
- .jwtsecret:/jwtsecret:ro
stop_grace_period: 30s
environment:
- "OP_NODE_NETWORK=base-sepolia"
- "OP_NODE_SYNCMODE=execution-layer"

View File

@@ -69,11 +69,9 @@ services:
- .jwtsecret:/jwtsecret:ro
- ./op/mainnet/lisk:/config
stop_grace_period: 30s
env_file:
- ./lisk/mainnet.env
environment:
- "OP_NODE_ROLLUP_CONFIG=/config/rollup.json"
- "OP_NODE_SYNCMODE=execution-layer"
- "OP_NODE_SYNCMODE=consensus-layer"
- "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}"
- "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"
- "OP_NODE_L2_ENGINE_RPC=http://lisk-mainnet-archive:8551"

View File

@@ -69,7 +69,6 @@ services:
- .jwtsecret:/jwtsecret:ro
stop_grace_period: 30s
environment:
- "OP_NODE_NETWORK=op-mainnet"
- "OP_NODE_SYNCMODE=execution-layer"

View File

@@ -69,7 +69,6 @@ services:
- .jwtsecret:/jwtsecret:ro
stop_grace_period: 30s
environment:
- "OP_NODE_NETWORK=op-mainnet"
- "OP_NODE_SYNCMODE=execution-layer"

View File

@@ -69,7 +69,6 @@ services:
- .jwtsecret:/jwtsecret:ro
stop_grace_period: 30s
environment:
- "OP_NODE_NETWORK=op-sepolia"
- "OP_NODE_SYNCMODE=execution-layer"

View File

@@ -69,7 +69,6 @@ services:
- .jwtsecret:/jwtsecret:ro
stop_grace_period: 30s
environment:
- "OP_NODE_NETWORK=op-sepolia"
- "OP_NODE_SYNCMODE=execution-layer"