Skip to content

Commit

Permalink
fix node home
Browse files Browse the repository at this point in the history
  • Loading branch information
ASoTNetworks committed Dec 4, 2024
1 parent 9418cf3 commit 316bbe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gaia-devnet-fresh-state.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
echo "Restoring validator key"
echo "${{ secrets.VAL_WALLET_KEY }}" | gaiad --output json keys add val --keyring-backend test --recover > ~/.gaia/validator.json
echo "Create validator account"
$CHAIN_BINARY genesis add-genesis-account cosmos1m5eaeghy4l0r28tm2e6r8cnxj2tf56n4x37ym4 10000000000uatom --home {{chain_home}}
$CHAIN_BINARY genesis add-genesis-account cosmos1m5eaeghy4l0r28tm2e6r8cnxj2tf56n4x37ym4 10000000000uatom --home $NODE_HOME
echo "Creating validator"
$CHAIN_BINARY genesis gentx val 8000000000uatom --keyring-backend="test" --home $NODE_HOME --moniker $NODE_MONIKER --chain-id $CHAIN_ID
- name: Start Chain
Expand Down

0 comments on commit 316bbe3

Please sign in to comment.