Skip to content

Commit

Permalink
Fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAleksaOpacic committed Aug 3, 2023
1 parent 7ce28b5 commit 0e65f01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/init_chain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lavad config broadcast-mode block
lavad config keyring-backend test

# Specify the file path, field to edit, and new value
path='/home/user/.lava/config/'
path="$HOME/.lava/config/"
genesis='genesis.json'
config='config.toml'
app='app.toml'
Expand Down Expand Up @@ -54,6 +54,6 @@ for user in "${users[@]}"; do
lavad add-genesis-account "$user" 50000000000000ulava
done

lavad gentx alice 100000000000ulava --chain-id lava
lavad gentx alice 100000000000ulava --chain-id lava
lavad collect-gentxs
lavad start

0 comments on commit 0e65f01

Please sign in to comment.