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
1 parent 3b8acd6 commit bb70b26
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 @@ -88,6 +88,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

0 comments on commit bb70b26

Please sign in to comment.