Skip to content

Commit

Permalink
fix: remove interactive key generation (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmith-2019 authored Oct 26, 2024
1 parent 3e9dbad commit c27b40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_gcosmos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ go build -o gcosmos .

./gcosmos init moniker --chain-id=${CHAIN_ID}

./gcosmos keys add val
./gcosmos keys add val --no-backup --keyring-backend=test
./gcosmos genesis add-genesis-account val 10000000stake
./gcosmos genesis gentx val 1000000stake --chain-id=${CHAIN_ID}
./gcosmos genesis collect-gentxs
Expand Down

0 comments on commit c27b40d

Please sign in to comment.