Skip to content

Commit

Permalink
Odin/validatorsh2 (#258)
Browse files Browse the repository at this point in the history
* update docker image

* update docker image

---------

Co-authored-by: Son of Odin <[email protected]>
  • Loading branch information
cbarraford and Son of Odin authored Nov 3, 2023
1 parent a4ddc70 commit 7f9ecbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/validator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7f9ecbf

Please sign in to comment.