added haqq mainnet and testnet networks (#2011)

This commit is contained in:
Andrey Zolin 2022-12-12 21:13:00 +04:00 committed by GitHub
parent a1d70b5671
commit eab7e6b63e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,22 @@
{
"name": "Haqq Network",
"chain": "Haqq",
"rpc": ["https://rpc.eth.haqq.network"],
"faucets": [],
"nativeCurrency": {
"name": "Islamic Coin",
"symbol": "ISLM",
"decimals": 18
},
"infoURL": "https://islamiccoin.net",
"shortName": "ISLM",
"chainId": 11235,
"networkId": 11235,
"explorers": [
{
"name": "Mainnet HAQQ Explorer",
"url": "https://explorer.haqq.network",
"standard": "EIP3091"
}
]
}

View File

@ -0,0 +1,22 @@
{
"name": "Haqq Chain Testnet",
"chain": "TestEdge2",
"rpc": ["https://rpc.eth.testedge2.haqq.network"],
"faucets": ["https://testedge2.haqq.network"],
"nativeCurrency": {
"name": "Islamic Coin",
"symbol": "ISLMT",
"decimals": 18
},
"infoURL": "https://islamiccoin.net",
"shortName": "ISLMT",
"chainId": 54211,
"networkId": 54211,
"explorers": [
{
"name": "TestEdge HAQQ Explorer",
"url": "https://explorer.testedge2.haqq.network",
"standard": "EIP3091"
}
]
}