Skip to content

Commit

Permalink
Bump neutron gas price
Browse files Browse the repository at this point in the history
  • Loading branch information
tkporter committed Dec 22, 2023
1 parent 67585a2 commit cd7c178
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 cd7c178

Please sign in to comment.