From 9650e2f978801b50d7acc5efaa8bce47697ca13e Mon Sep 17 00:00:00 2001 From: Para Dox Date: Mon, 28 Apr 2025 15:02:51 +0700 Subject: [PATCH] better naming --- ethereum/reth/ethereum-mainnet-reth-minimal-trace--blsync.yml | 2 +- ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml | 2 +- scripts/{prune-reth.sh => castrate-reth.sh} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename scripts/{prune-reth.sh => castrate-reth.sh} (100%) diff --git a/ethereum/reth/ethereum-mainnet-reth-minimal-trace--blsync.yml b/ethereum/reth/ethereum-mainnet-reth-minimal-trace--blsync.yml index 603399d8..d5ab66d0 100644 --- a/ethereum/reth/ethereum-mainnet-reth-minimal-trace--blsync.yml +++ b/ethereum/reth/ethereum-mainnet-reth-minimal-trace--blsync.yml @@ -100,7 +100,7 @@ services: entrypoint: [/scripts/prune-reth.sh] restart: no volumes: - - ./scripts/prune-reth.sh:/scripts/prune-reth.sh + - ./scripts/castrate-reth.sh:/scripts/prune-reth.sh - ethereum-mainnet-reth-minimal-trace:/data volumes: diff --git a/ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml b/ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml index 75e2868e..df3065c6 100644 --- a/ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml +++ b/ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml @@ -116,7 +116,7 @@ services: entrypoint: [/scripts/prune-reth.sh] restart: no volumes: - - ./scripts/prune-reth.sh:/scripts/prune-reth.sh + - ./scripts/castrate-reth.sh:/scripts/prune-reth.sh - ethereum-mainnet-reth-minimal-trace:/data volumes: diff --git a/scripts/prune-reth.sh b/scripts/castrate-reth.sh similarity index 100% rename from scripts/prune-reth.sh rename to scripts/castrate-reth.sh