Skip to content

Commit

Permalink
more gas fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
joshklop committed Oct 9, 2024
1 parent 8dff42f commit 7cddabd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monogen/monogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ go build $ldflags -o testappd ./cmd/testappd
address=$(./testappd keys show dummy-account -a --keyring-backend test)

# Fund the dummy account at genesis.
./testappd genesis add-genesis-account $address 100000000000stake
./testappd genesis add-genesis-account $address 100000000000ETH,100000000000stake

# Make the dummy account self-delegate as a validator.
./testappd genesis gentx dummy-account 1000000000stake --chain-id 1 --keyring-backend test
Expand All @@ -35,6 +35,6 @@ address=$(./testappd keys show dummy-account -a --keyring-backend test)

# The testapp is ready to run with:
# ```
# ./testappd monomer start --minimum-gas-prices 0.01stake
# ./testappd monomer start --minimum-gas-prices 0.01ETH
# ```
# (the input to minimum-gas-prices is configurable).

0 comments on commit 7cddabd

Please sign in to comment.