Skip to content

Commit

Permalink
docs: add update for min-gas-prices in local-testnet tutorial (backport
Browse files Browse the repository at this point in the history
#1970) (#1971)

Co-authored-by: Kyle Lawlor-Bagcal <wgwz@users.noreply.github.com>
  • Loading branch information
mergify[bot] and wgwz authored Jun 28, 2023
1 parent dd5448a commit f9cb9cd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/ledger/get-started/local-testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,15 @@ regen collect-gentxs

Now that you have updated the `genesis.json` file, you are ready to start the node. Starting a node with a new genesis file will create a new blockchain.

## Set the minimum gas price

We need to update the minimum gas price before we can start the node.
Open the `~/.regen/config/app.toml` file and set the value as:

```
minimum-gas-prices = "0uregen"
```

## Start Node

Well, what are you waiting for?
Expand Down

0 comments on commit f9cb9cd

Please sign in to comment.