Skip to content

Commit

Permalink
Bump neutron gas price (#3096)
Browse files Browse the repository at this point in the history
### Description

Updates the neutron gas price to be slightly above the min that was
recently updated :|
https://github.com/cosmos/chain-registry/blob/master/neutron/chain.json#L20

Deployed the Neutron relayer to include our recent changes that allow
for the gas price to be easily configured

### Drive-by changes

<!--
Are there any minor or drive-by changes also included?
-->

### Related issues

<!--
- Fixes #[issue number here]
-->

### Backward compatibility

<!--
Are these changes backward compatible? Are there any infrastructure
implications, e.g. changes that would prohibit deploying older commits
using this infra tooling?

Yes/No
-->

### Testing

<!--
What kind of testing have these changes undergone?

None/Manual/Unit Tests
-->
  • Loading branch information
tkporter authored Dec 22, 2023
1 parent 67585a2 commit 2b49baa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust/config/mainnet3_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@
"canonicalAsset": "untrn",
"prefix": "neutron",
"gasPrice": {
"amount": "0.5",
"amount": "0.57",
"denom": "untrn"
},
"index": {
Expand Down
2 changes: 1 addition & 1 deletion typescript/infra/config/environments/mainnet3/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const neutron: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '86b7f98-20231207-153805',
tag: '67585a2-20231220-223937',
},
gasPaymentEnforcement: [
{
Expand Down

0 comments on commit 2b49baa

Please sign in to comment.