Skip to content

Commit

Permalink
chore: update gasModifier for evmos, comdex
Browse files Browse the repository at this point in the history
  • Loading branch information
zakarialounes committed Jun 4, 2024
1 parent 39c0318 commit 0cb2964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions chains/mainnets/comdex/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"average": 0.025,
"high": 0.025
},
"gasModifier": 1.4,
"coinDecimals": 6,
"features": ["ibc-transfer", "ibc-go", "cosmwasm"],
"coinGeckoId": "comdex",
Expand Down
1 change: 1 addition & 0 deletions chains/mainnets/evmos/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"average": 0.000000025,
"high": 0.000000025
},
"gasModifier": 2,
"coinDecimals": 18,
"features": ["ibc-transfer", "ibc-go", "eth-address-gen", "eth-key-sign"],
"coinGeckoId": "evmos",
Expand Down

0 comments on commit 0cb2964

Please sign in to comment.