Skip to content

Commit

Permalink
Merge pull request #293 from jcstein/main
Browse files Browse the repository at this point in the history
feat: update min gas price for mocha testnet
  • Loading branch information
Thunnini authored Nov 28, 2023
2 parents 2b66224 + f9f3675 commit 1b1bd7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cosmos/mocha.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"coinMinimalDenom": "utia",
"coinDecimals": 6,
"gasPriceStep": {
"low": 0.1,
"average": 0.25,
"high": 0.4
"low": 0.01,
"average": 0.02,
"high": 0.1
}
}
],
Expand Down

1 comment on commit 1b1bd7b

@vercel
Copy link

@vercel vercel bot commented on 1b1bd7b Nov 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.