From c0ad67829437f550883c3e784f19c05c7216091e Mon Sep 17 00:00:00 2001 From: Son of Odin <2700975-son-of-odin@users.noreply.gitlab.com> Date: Fri, 3 Nov 2023 02:50:58 -0400 Subject: [PATCH] update docker image --- scripts/validator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/validator.sh b/scripts/validator.sh index a865d48f..43d44309 100755 --- a/scripts/validator.sh +++ b/scripts/validator.sh @@ -28,7 +28,7 @@ if [ ! -f ~/.arkeo/config/genesis.json ]; then done # fetch genesis file from seed node - curl -sL "$RPC/genesis" | jq '.result.genesis' >~/.arkeo/config/genesis.json + curl -sL "$GENESIS/genesis" | jq '.result.genesis' >~/.arkeo/config/genesis.json # fetch node id SEED_ID=$(curl -sL "$RPC/status" | jq -r .result.node_info.id)