From 2b49baab02e921843f6915543e6fd68457e4b94d Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Fri, 22 Dec 2023 05:58:08 +0000 Subject: [PATCH] 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 ### Related issues ### Backward compatibility ### Testing --- rust/config/mainnet3_config.json | 2 +- typescript/infra/config/environments/mainnet3/agent.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/config/mainnet3_config.json b/rust/config/mainnet3_config.json index d18839dc8..c144174d6 100644 --- a/rust/config/mainnet3_config.json +++ b/rust/config/mainnet3_config.json @@ -433,7 +433,7 @@ "canonicalAsset": "untrn", "prefix": "neutron", "gasPrice": { - "amount": "0.5", + "amount": "0.57", "denom": "untrn" }, "index": { diff --git a/typescript/infra/config/environments/mainnet3/agent.ts b/typescript/infra/config/environments/mainnet3/agent.ts index d5efa431f..6c1afac1a 100644 --- a/typescript/infra/config/environments/mainnet3/agent.ts +++ b/typescript/infra/config/environments/mainnet3/agent.ts @@ -108,7 +108,7 @@ const neutron: RootAgentConfig = { rpcConsensusType: RpcConsensusType.Fallback, docker: { repo, - tag: '86b7f98-20231207-153805', + tag: '67585a2-20231220-223937', }, gasPaymentEnforcement: [ {