From 846385627c00f763cc09ac1e69901327e2df8944 Mon Sep 17 00:00:00 2001 From: squidbear <379651+czarly@users.noreply.github.com> Date: Mon, 31 Mar 2025 10:09:02 +0200 Subject: [PATCH] fix --- viction/node/viction-mainnet-node-archive-leveldb-hash.yml | 2 +- viction/node/viction-mainnet-node-pruned-leveldb-hash.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/viction/node/viction-mainnet-node-archive-leveldb-hash.yml b/viction/node/viction-mainnet-node-archive-leveldb-hash.yml index 203e2a81..be537731 100644 --- a/viction/node/viction-mainnet-node-archive-leveldb-hash.yml +++ b/viction/node/viction-mainnet-node-archive-leveldb-hash.yml @@ -7,7 +7,7 @@ services: - SNAPSHOT_URL=https://snapshot.viction.xyz/archive-node volumes: - viction-mainnet-node-archive-leveldb-hash:/tomochain/data - - ./tomochain/scripts/download.node.sh:/download.sh + - ./viction/scripts/download.node.sh:/download.sh entrypoint: /download.sh restart: "no" profiles: diff --git a/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml b/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml index 56476048..af78d030 100644 --- a/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml +++ b/viction/node/viction-mainnet-node-pruned-leveldb-hash.yml @@ -7,7 +7,7 @@ services: - SNAPSHOT_URL=https://snapshot.viction.xyz volumes: - viction-mainnet-node-pruned-leveldb-hash:/tomochain/data - - ./tomochain/scripts/download.node.sh:/download.sh + - ./viction/scripts/download.node.sh:/download.sh entrypoint: /download.sh restart: "no" profiles: