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 7c8b4fb commit 057ebb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/validator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ CHAIN_ID="arkeo"
RPC="${RPC:=seed.arkeo.network:26657}"
SEED="${SEED:=seed.arkeo.network:26656}"
PEER_ID=$(curl -sL http://$RPC/status | jq -r '.result.node_info.id')
GENESIS="${GENESIS:=$RPC}"

if [ ! -f ~/.arkeo/config/genesis.json ]; then
echo "setting validator node"
Expand Down

0 comments on commit 057ebb7

Please sign in to comment.