Skip to content

Commit

Permalink
feat: update min gas price (#290)
Browse files Browse the repository at this point in the history
* chore: update min gas price

* Apply suggestions from code review

* feat: update gasPriceSteps

* feat: update average/high gasPriceStep
  • Loading branch information
jcstein authored Nov 27, 2023
1 parent c272824 commit 815b3d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cosmos/celestia.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"coinMinimalDenom": "utia",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/celestia/chain.png",
"gasPriceStep": {
"low": 0.1,
"average": 0.2,
"high": 0.4
"low": 0.01,
"average": 0.02,
"high": 0.1
}
}
],
Expand Down

1 comment on commit 815b3d7

@vercel
Copy link

@vercel vercel bot commented on 815b3d7 Nov 27, 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.