chains/_data/chains/eip155-8794598.json
Destination b4f0893905
Add HAPchain Testnet and Mainnet configuration and icon (#2413)
* Add HAPchain Testnet and Mainnet configuration and icon

* Add icon file QmQ4V9JC25yUrYk2kFJwmKguSsZBQvtGcg6q9zkDV8mkJW

* formatted json files

---------

Co-authored-by: devhapchain <dev@hap.land>
2023-03-13 15:35:22 +01:00

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"
}
]
}