feat: add haqq mainnet + update icons

This commit is contained in:
Evgeniy Abramov
2023-06-12 19:15:49 +04:00
parent a42eb4fae7
commit d85fa6153a
4 changed files with 120 additions and 30 deletions
+31 -17
View File
@@ -1,19 +1,33 @@
{
"chain_name": "haqq",
"coingecko": "",
"api": ["https://rest.cosmos.testedge2.haqq.network/"],
"rpc": ["https://rpc.tm.testedge2.haqq.network/"],
"snapshot_provider": "",
"sdk_version": "0.45.3",
"coin_type": "60",
"min_tx_fee": "3000000000000000",
"addr_prefix": "haqq",
"logo": "/logos/haqq.svg",
"assets": [{
"base": "aISLM",
"symbol": "ISLM",
"exponent": "18",
"coingecko_id": "",
"logo": "/logos/islm.svg"
}]
"chain_name": "haqq",
"coingecko": "",
"api": [
"https://rest.cosmos.testedge2.haqq.network/",
"https://te2-s1-sdk.haqq.sh"
],
"rpc": [
"https://rpc.tm.testedge2.haqq.network/",
"https://te2-s1-tm.haqq.sh"
],
"snapshot_provider": "",
"sdk_version": "0.46.10",
"coin_type": "60",
"min_tx_fee": "3000000000000000",
"addr_prefix": "haqq",
"logo": "/logos/haqq.svg",
"keplr_features": [
"ibc-transfer",
"ibc-go",
"eth-address-gen",
"eth-key-sign"
],
"assets": [
{
"base": "aISLM",
"symbol": "ISLMT",
"exponent": "18",
"coingecko_id": "",
"logo": "/logos/islm.svg"
}
]
}