mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Add HAPchain Testnet and Mainnet configuration and icon * Add icon file QmQ4V9JC25yUrYk2kFJwmKguSsZBQvtGcg6q9zkDV8mkJW * formatted json files --------- Co-authored-by: devhapchain <dev@hap.land>
25 lines
479 B
JSON
25 lines
479 B
JSON
{
|
|
"name": "HAPchain",
|
|
"chain": "HAPchain",
|
|
"rpc": ["https://jsonrpc.hap.land"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "HAP",
|
|
"symbol": "HAP",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://hap.land",
|
|
"shortName": "hap",
|
|
"chainId": 8794598,
|
|
"networkId": 8794598,
|
|
"icon": "hap",
|
|
"explorers": [
|
|
{
|
|
"name": "HAP EVM Explorer (Blockscout)",
|
|
"url": "https://blockscout.hap.land",
|
|
"standard": "none",
|
|
"icon": "hap"
|
|
}
|
|
]
|
|
}
|