Skip to content

Commit

Permalink
update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Son of Odin committed Nov 3, 2023
1 parent 3e7d7ab commit c0ad678
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 c0ad678

Please sign in to comment.