mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
added haqq mainnet and testnet networks (#2011)
This commit is contained in:
parent
a1d70b5671
commit
eab7e6b63e
22
_data/chains/eip155-11235.json
Normal file
22
_data/chains/eip155-11235.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
22
_data/chains/eip155-54211.json
Normal file
22
_data/chains/eip155-54211.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user