Skip to content

Commit

Permalink
more uatom
Browse files Browse the repository at this point in the history
  • Loading branch information
ASoTNetworks committed Dec 4, 2024
1 parent f233a9e commit be4eabb
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 $NODE_HOME
$CHAIN_BINARY genesis add-genesis-account cosmos1m5eaeghy4l0r28tm2e6r8cnxj2tf56n4x37ym4 1000000000000uatom --home $NODE_HOME
echo "Creating validator"
$CHAIN_BINARY genesis gentx val 850000000000uatom --keyring-backend test --home $NODE_HOME --moniker $NODE_MONIKER --chain-id $CHAIN_ID
echo "Collect gentx"
Expand Down

0 comments on commit be4eabb

Please sign in to comment.