diff --git a/op/geth/blast-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/blast-mainnet-op-geth-archive-leveldb-hash.yml index e4114b3b..870efc4c 100644 --- a/op/geth/blast-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/blast-mainnet-op-geth-archive-leveldb-hash.yml @@ -74,7 +74,7 @@ services: - ./blast/mainnet:/config stop_grace_period: 30s env_file: - - ./blast/mainnet/.env + - ./blast/mainnet.env environment: - OP_NODE_ROLLUP_CONFIG=/config/rollup.json - "OP_NODE_SYNCMODE=execution-layer" diff --git a/op/geth/blast-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/blast-mainnet-op-geth-pruned-pebble-path.yml index 40ee4b8b..91c354b8 100644 --- a/op/geth/blast-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/blast-mainnet-op-geth-pruned-pebble-path.yml @@ -74,7 +74,7 @@ services: - ./blast/mainnet:/config stop_grace_period: 30s env_file: - - ./blast/mainnet/.env + - ./blast/mainnet.env environment: - OP_NODE_ROLLUP_CONFIG=/config/rollup.json - "OP_NODE_SYNCMODE=execution-layer" diff --git a/op/geth/blast-sepolia-op-geth-archive-leveldb-hash.yml b/op/geth/blast-sepolia-op-geth-archive-leveldb-hash.yml index c92425a3..5803c3c3 100644 --- a/op/geth/blast-sepolia-op-geth-archive-leveldb-hash.yml +++ b/op/geth/blast-sepolia-op-geth-archive-leveldb-hash.yml @@ -74,7 +74,7 @@ services: - ./blast/sepolia:/config stop_grace_period: 30s env_file: - - ./blast/sepolia/.env + - ./blast/sepolia.env environment: - OP_NODE_ROLLUP_CONFIG=/config/rollup.json - "OP_NODE_SYNCMODE=execution-layer" diff --git a/op/geth/blast-sepolia-op-geth-pruned-pebble-path.yml b/op/geth/blast-sepolia-op-geth-pruned-pebble-path.yml index 225a0f78..125a547b 100644 --- a/op/geth/blast-sepolia-op-geth-pruned-pebble-path.yml +++ b/op/geth/blast-sepolia-op-geth-pruned-pebble-path.yml @@ -74,7 +74,7 @@ services: - ./blast/sepolia:/config stop_grace_period: 30s env_file: - - ./blast/sepolia/.env + - ./blast/sepolia.env environment: - OP_NODE_ROLLUP_CONFIG=/config/rollup.json - "OP_NODE_SYNCMODE=execution-layer" diff --git a/op/geth/mantle-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/mantle-mainnet-op-geth-archive-leveldb-hash.yml index bb97c8a4..c2f17aa2 100644 --- a/op/geth/mantle-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/mantle-mainnet-op-geth-archive-leveldb-hash.yml @@ -74,7 +74,7 @@ services: - ./mantle/mainnet:/config stop_grace_period: 30s env_file: - - ./mantle/mainnet/.env + - ./mantle/mainnet.env environment: - OP_NODE_ROLLUP_CONFIG=/config/rollup.json - "OP_NODE_SYNCMODE=consensus-layer" diff --git a/op/geth/mantle-mainnet-op-geth-pruned-leveldb-hash.yml b/op/geth/mantle-mainnet-op-geth-pruned-leveldb-hash.yml index 6df62e4c..07f20788 100644 --- a/op/geth/mantle-mainnet-op-geth-pruned-leveldb-hash.yml +++ b/op/geth/mantle-mainnet-op-geth-pruned-leveldb-hash.yml @@ -74,7 +74,7 @@ services: - ./mantle/mainnet:/config stop_grace_period: 30s env_file: - - ./mantle/mainnet/.env + - ./mantle/mainnet.env environment: - OP_NODE_ROLLUP_CONFIG=/config/rollup.json - "OP_NODE_SYNCMODE=consensus-layer"