Skip to content

Commit

Permalink
Improve zeta chain info
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunnini committed Jun 26, 2024
1 parent 59655d9 commit eb5ceab
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions cosmos/zetachain_7000.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"stakeCurrency": {
"coinDenom": "ZETA",
"coinMinimalDenom": "azeta",
"coinDecimals": 18
"coinDecimals": 18,
"coinGeckoId": "zetachain",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/zetachain_7000/chain.png"
},
"bip44": {
"coinType": 60
Expand All @@ -24,14 +26,18 @@
{
"coinDenom": "ZETA",
"coinMinimalDenom": "azeta",
"coinDecimals": 18
"coinDecimals": 18,
"coinGeckoId": "zetachain",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/zetachain_7000/chain.png"
}
],
"feeCurrencies": [
{
"coinDenom": "ZETA",
"coinMinimalDenom": "azeta",
"coinDecimals": 18,
"coinGeckoId": "zetachain",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/zetachain_7000/chain.png",
"gasPriceStep": {
"low": 80000000000,
"average": 80000000000,
Expand Down

0 comments on commit eb5ceab

Please sign in to comment.