This commit is contained in:
squidbear
2025-03-29 11:13:25 +01:00
parent b95cd28983
commit 549390fe06
6 changed files with 6 additions and 6 deletions

View File

@@ -74,7 +74,7 @@ services:
- ./blast/mainnet:/config - ./blast/mainnet:/config
stop_grace_period: 30s stop_grace_period: 30s
env_file: env_file:
- ./blast/mainnet/.env - ./blast/mainnet.env
environment: environment:
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json - OP_NODE_ROLLUP_CONFIG=/config/rollup.json
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"

View File

@@ -74,7 +74,7 @@ services:
- ./blast/mainnet:/config - ./blast/mainnet:/config
stop_grace_period: 30s stop_grace_period: 30s
env_file: env_file:
- ./blast/mainnet/.env - ./blast/mainnet.env
environment: environment:
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json - OP_NODE_ROLLUP_CONFIG=/config/rollup.json
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"

View File

@@ -74,7 +74,7 @@ services:
- ./blast/sepolia:/config - ./blast/sepolia:/config
stop_grace_period: 30s stop_grace_period: 30s
env_file: env_file:
- ./blast/sepolia/.env - ./blast/sepolia.env
environment: environment:
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json - OP_NODE_ROLLUP_CONFIG=/config/rollup.json
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"

View File

@@ -74,7 +74,7 @@ services:
- ./blast/sepolia:/config - ./blast/sepolia:/config
stop_grace_period: 30s stop_grace_period: 30s
env_file: env_file:
- ./blast/sepolia/.env - ./blast/sepolia.env
environment: environment:
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json - OP_NODE_ROLLUP_CONFIG=/config/rollup.json
- "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_SYNCMODE=execution-layer"

View File

@@ -74,7 +74,7 @@ services:
- ./mantle/mainnet:/config - ./mantle/mainnet:/config
stop_grace_period: 30s stop_grace_period: 30s
env_file: env_file:
- ./mantle/mainnet/.env - ./mantle/mainnet.env
environment: environment:
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json - OP_NODE_ROLLUP_CONFIG=/config/rollup.json
- "OP_NODE_SYNCMODE=consensus-layer" - "OP_NODE_SYNCMODE=consensus-layer"

View File

@@ -74,7 +74,7 @@ services:
- ./mantle/mainnet:/config - ./mantle/mainnet:/config
stop_grace_period: 30s stop_grace_period: 30s
env_file: env_file:
- ./mantle/mainnet/.env - ./mantle/mainnet.env
environment: environment:
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json - OP_NODE_ROLLUP_CONFIG=/config/rollup.json
- "OP_NODE_SYNCMODE=consensus-layer" - "OP_NODE_SYNCMODE=consensus-layer"