From 7f9ecbfe13ed0e4c9866bf2e4164e6e66b91d8a3 Mon Sep 17 00:00:00 2001 From: Chad Barraford Date: Fri, 3 Nov 2023 02:51:12 -0400 Subject: [PATCH] Odin/validatorsh2 (#258) * update docker image * update docker image --------- Co-authored-by: Son of Odin <2700975-son-of-odin@users.noreply.gitlab.com> --- 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)