Skip to content

Commit

Permalink
chore: update chains config
Browse files Browse the repository at this point in the history
  • Loading branch information
zakarialounes committed May 18, 2024
1 parent 7ed5526 commit 2f02a24
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions chains/mainnets/cosmoshub/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@
"average": 0.0025,
"high": 0.0025
},
"gasModifier": 1.8,
"coinDecimals": 6,
"features": ["ibc-transfer", "ibc-go"],
"coinGeckoId": "cosmos",
"chainInfo": {
"cosmosSdkVersion": "0.47.10",
"ibcGoVersion": "4.4.2"
"cosmosSdkVersion": "0.47.13",
"ibcGoVersion": "7.4.0"
},
"colors": {
"primaryOnLight": "#9c6cff",
Expand Down
4 changes: 2 additions & 2 deletions chains/mainnets/evmos/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"features": ["ibc-transfer", "ibc-go", "eth-address-gen", "eth-key-sign"],
"coinGeckoId": "evmos",
"chainInfo": {
"cosmosSdkVersion": "0.47.5",
"ibcGoVersion": "7.3.1"
"cosmosSdkVersion": "0.47.8",
"ibcGoVersion": "7.4.0"
},
"colors": {
"primaryOnLight": "#ed4e33",
Expand Down
1 change: 1 addition & 0 deletions chains/mainnets/stargaze/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"average": 0.000011,
"high": 0.000012
},
"gasModifier": 1.5,
"coinDecimals": 6,
"features": ["ibc-transfer", "ibc-go", "cosmwasm", "wasmd_0.24+"],
"coinGeckoId": "stargaze",
Expand Down

0 comments on commit 2f02a24

Please sign in to comment.