Skip to content

Commit

Permalink
update config use of lavad
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarom Swisa authored and Yarom Swisa committed Dec 12, 2024
1 parent 964bfb3 commit 6680e44
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/init_chain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ fi
rm -rf ~/.lava
chainID="lava"
lavad init validator --chain-id $chainID
lavad config broadcast-mode sync
lavad config keyring-backend test
lavad config set client broadcast-mode sync
lavad config set client keyring-backend test

# Specify the file path, field to edit, and new value
path="$HOME/.lava/config/"
Expand Down Expand Up @@ -67,7 +67,6 @@ fi
echo -n "$data" > "$path$genesis"

echo "using genesis file"
echo $(cat "$path$genesis")

# Determine OS
os_name=$(uname)
Expand Down

0 comments on commit 6680e44

Please sign in to comment.