feat: add haqq-network

This commit is contained in:
Andrey Devops 2022-08-09 12:53:16 +00:00
parent 5c46da6bfe
commit 88529e1ed9
4 changed files with 38 additions and 0 deletions

BIN
public/logos/haqq.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

BIN
public/logos/islm.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@ -0,0 +1,19 @@
{
"chain_name": "haqq",
"coingecko": "",
"api": ["https://rest.cosmos.haqq.network/"],
"rpc": ["https://rpc.tm.haqq.network/"],
"snapshot_provider": "",
"sdk_version": "0.45.3",
"coin_type": "60",
"min_tx_fee": "3000000000000000",
"addr_prefix": "haqq",
"logo": "/logos/haqq.png",
"assets": [{
"base": "aISLM",
"symbol": "ISLM",
"exponent": "18",
"coingecko_id": "",
"logo": "/logos/islm.png"
}]
}

View File

@ -0,0 +1,19 @@
{
"chain_name": "haqq",
"coingecko": "",
"api": ["https://rest.cosmos.testedge.haqq.network/"],
"rpc": ["https://rpc.tm.testedge.haqq.network/"],
"snapshot_provider": "",
"sdk_version": "0.45.3",
"coin_type": "60",
"min_tx_fee": "3000000000000000",
"addr_prefix": "haqq",
"logo": "/logos/haqq.png",
"assets": [{
"base": "aISLM",
"symbol": "ISLM",
"exponent": "18",
"coingecko_id": "",
"logo": "/logos/islm.png"
}]
}