Skip to content

Commit

Permalink
change wallet name
Browse files Browse the repository at this point in the history
  • Loading branch information
ASoTNetworks committed Dec 4, 2024
1 parent a911f25 commit 22c4931
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 @@ -96,7 +96,7 @@ jobs:
echo "${{ secrets.NODE_KEY }}" | base64 --decode > $NODE_HOME/config/node_key.json
pubkey=$(jq -r .pub_key.value $NODE_HOME/config/priv_validator_key.json)
privkey=$(jq -r .priv_key.value $NODE_HOME/config/priv_validator_key.json)
$CHAIN_BINARY genesis gentx validator 10000000000uatom --keyring-backend="test" --home $NODE_HOME --moniker $NODE_MONIKER --chain-id $CHAIN_ID
$CHAIN_BINARY genesis gentx val 10000000000uatom --keyring-backend="test" --home $NODE_HOME --moniker $NODE_MONIKER --chain-id $CHAIN_ID
- name: Start Chain
env:
NODE_HOME: /home/sysadmin/.gaia
Expand Down

0 comments on commit 22c4931

Please sign in to comment.