Bump neutron gas price (#3096)

### 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
-->
pull/3099/head
Trevor Porter 11 months ago committed by GitHub
parent 67585a2ee0
commit 2b49baab02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      rust/config/mainnet3_config.json
  2. 2
      typescript/infra/config/environments/mainnet3/agent.ts

@ -433,7 +433,7 @@
"canonicalAsset": "untrn",
"prefix": "neutron",
"gasPrice": {
"amount": "0.5",
"amount": "0.57",
"denom": "untrn"
},
"index": {

@ -108,7 +108,7 @@ const neutron: RootAgentConfig = {
rpcConsensusType: RpcConsensusType.Fallback,
docker: {
repo,
tag: '86b7f98-20231207-153805',
tag: '67585a2-20231220-223937',
},
gasPaymentEnforcement: [
{

Loading…
Cancel
Save