Skip to content

Commit

Permalink
Merge pull request #698 from alleslabs/fix/update-ntr-gas-price
Browse files Browse the repository at this point in the history
update neutron gas price
  • Loading branch information
evilpeach committed Dec 25, 2023
2 parents d19da5b + 45fac0f commit 9439527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Bug fixes

- [#698](https://github.com/alleslabs/celatone-frontend/pull/698) Update Neutron gas price
- [#694](https://github.com/alleslabs/celatone-frontend/pull/694) Reroute cosmwasm pool back to pool detail page
- [#691](https://github.com/alleslabs/celatone-frontend/pull/691) Fix unsupported token card
- [#693](https://github.com/alleslabs/celatone-frontend/pull/693) Fix ui styling for contract card and states
Expand Down
2 changes: 1 addition & 1 deletion src/config/chain/neutron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const NEUTRON_CHAIN_CONFIGS: ChainConfigs = {
},
gas: {
gasPrice: {
tokenPerGas: 0.025,
tokenPerGas: 0.56,
denom: "untrn",
},
gasAdjustment: 1.5,
Expand Down

2 comments on commit 9439527

@vercel
Copy link

@vercel vercel bot commented on 9439527 Dec 25, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 9439527 Dec 25, 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.