From b95cd289836e2e1bea3aae18022b6bc262f0d368 Mon Sep 17 00:00:00 2001 From: squidbear <379651+czarly@users.noreply.github.com> Date: Sat, 29 Mar 2025 11:12:11 +0100 Subject: [PATCH] fix --- blast-io/mainnet.env | 0 blast-io/sepolia.env | 0 op/geth/blast-mainnet-op-geth-archive-leveldb-hash.yml | 6 +++--- op/geth/blast-mainnet-op-geth-pruned-pebble-path.yml | 6 +++--- op/geth/blast-sepolia-op-geth-archive-leveldb-hash.yml | 6 +++--- op/geth/blast-sepolia-op-geth-pruned-pebble-path.yml | 6 +++--- 6 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 blast-io/mainnet.env delete mode 100644 blast-io/sepolia.env diff --git a/blast-io/mainnet.env b/blast-io/mainnet.env deleted file mode 100644 index e69de29b..00000000 diff --git a/blast-io/sepolia.env b/blast-io/sepolia.env deleted file mode 100644 index e69de29b..00000000 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 799972ee..e4114b3b 100644 --- a/op/geth/blast-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/blast-mainnet-op-geth-archive-leveldb-hash.yml @@ -17,7 +17,7 @@ services: volumes: - blast-mainnet-op-geth-archive-leveldb-hash:/data - .jwtsecret:/jwtsecret:ro - - ./blast-io/mainnet:/config + - ./blast/mainnet:/config env_file: - ./blast/mainnet.env environment: @@ -71,10 +71,10 @@ services: restart: unless-stopped volumes: - .jwtsecret:/jwtsecret:ro - - ./blast-io/mainnet:/config + - ./blast/mainnet:/config stop_grace_period: 30s env_file: - - ./blast-io/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 06df05de..40ee4b8b 100644 --- a/op/geth/blast-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/blast-mainnet-op-geth-pruned-pebble-path.yml @@ -17,7 +17,7 @@ services: volumes: - blast-mainnet-op-geth-pruned-pebble-path:/data - .jwtsecret:/jwtsecret:ro - - ./blast-io/mainnet:/config + - ./blast/mainnet:/config env_file: - ./blast/mainnet.env environment: @@ -71,10 +71,10 @@ services: restart: unless-stopped volumes: - .jwtsecret:/jwtsecret:ro - - ./blast-io/mainnet:/config + - ./blast/mainnet:/config stop_grace_period: 30s env_file: - - ./blast-io/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 ca523002..c92425a3 100644 --- a/op/geth/blast-sepolia-op-geth-archive-leveldb-hash.yml +++ b/op/geth/blast-sepolia-op-geth-archive-leveldb-hash.yml @@ -17,7 +17,7 @@ services: volumes: - blast-sepolia-op-geth-archive-leveldb-hash:/data - .jwtsecret:/jwtsecret:ro - - ./blast-io/sepolia:/config + - ./blast/sepolia:/config env_file: - ./blast/sepolia.env environment: @@ -71,10 +71,10 @@ services: restart: unless-stopped volumes: - .jwtsecret:/jwtsecret:ro - - ./blast-io/sepolia:/config + - ./blast/sepolia:/config stop_grace_period: 30s env_file: - - ./blast-io/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 b31d4c92..225a0f78 100644 --- a/op/geth/blast-sepolia-op-geth-pruned-pebble-path.yml +++ b/op/geth/blast-sepolia-op-geth-pruned-pebble-path.yml @@ -17,7 +17,7 @@ services: volumes: - blast-sepolia-op-geth-pruned-pebble-path:/data - .jwtsecret:/jwtsecret:ro - - ./blast-io/sepolia:/config + - ./blast/sepolia:/config env_file: - ./blast/sepolia.env environment: @@ -71,10 +71,10 @@ services: restart: unless-stopped volumes: - .jwtsecret:/jwtsecret:ro - - ./blast-io/sepolia:/config + - ./blast/sepolia:/config stop_grace_period: 30s env_file: - - ./blast-io/sepolia/.env + - ./blast/sepolia/.env environment: - OP_NODE_ROLLUP_CONFIG=/config/rollup.json - "OP_NODE_SYNCMODE=execution-layer"