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 4029a3c1..e79c43de 100644 --- a/op/geth/blast-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/blast-mainnet-op-geth-archive-leveldb-hash.yml @@ -19,7 +19,7 @@ services: - .jwtsecret:/jwtsecret:ro - ./blast-io/mainnet:/config env_file: - - ./blast-io/mainnet/.env + - ./blast-io/mainnet/mainnet.env environment: - "GETH_DATADIR=/data" - "GETH_OP_NETWORK=blast-mainnet" 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 971777aa..d647d5a4 100644 --- a/op/geth/blast-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/blast-mainnet-op-geth-pruned-pebble-path.yml @@ -19,7 +19,7 @@ services: - .jwtsecret:/jwtsecret:ro - ./blast-io/mainnet:/config env_file: - - ./blast-io/mainnet/.env + - ./blast-io/mainnet/mainnet.env environment: - "GETH_DATADIR=/data" - "GETH_OP_NETWORK=blast-mainnet" 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 848e69f3..ac6bf63f 100644 --- a/op/geth/blast-sepolia-op-geth-archive-leveldb-hash.yml +++ b/op/geth/blast-sepolia-op-geth-archive-leveldb-hash.yml @@ -19,7 +19,7 @@ services: - .jwtsecret:/jwtsecret:ro - ./blast-io/sepolia:/config env_file: - - ./blast-io/sepolia/.env + - ./blast-io/sepolia/sepolia.env environment: - "GETH_DATADIR=/data" - "GETH_OP_NETWORK=blast-sepolia" 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 f4786b6f..9cbb4e6c 100644 --- a/op/geth/blast-sepolia-op-geth-pruned-pebble-path.yml +++ b/op/geth/blast-sepolia-op-geth-pruned-pebble-path.yml @@ -19,7 +19,7 @@ services: - .jwtsecret:/jwtsecret:ro - ./blast-io/sepolia:/config env_file: - - ./blast-io/sepolia/.env + - ./blast-io/sepolia/sepolia.env environment: - "GETH_DATADIR=/data" - "GETH_OP_NETWORK=blast-sepolia" 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 403af36e..df3b05c8 100644 --- a/op/geth/mantle-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/mantle-mainnet-op-geth-archive-leveldb-hash.yml @@ -19,7 +19,7 @@ services: - .jwtsecret:/jwtsecret:ro - ./mantle/mainnet:/config env_file: - - ./mantle/mainnet/.env + - ./mantle/mainnet/mainnet.env environment: - "GETH_DATADIR=/data" - "GETH_OP_NETWORK=mantle-mainnet" 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 63173960..a653893e 100644 --- a/op/geth/mantle-mainnet-op-geth-pruned-leveldb-hash.yml +++ b/op/geth/mantle-mainnet-op-geth-pruned-leveldb-hash.yml @@ -19,7 +19,7 @@ services: - .jwtsecret:/jwtsecret:ro - ./mantle/mainnet:/config env_file: - - ./mantle/mainnet/.env + - ./mantle/mainnet/mainnet.env environment: - "GETH_DATADIR=/data" - "GETH_OP_NETWORK=mantle-mainnet"