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>
This commit is contained in:
Destination 2023-03-13 21:35:22 +07:00 committed by GitHub
parent 92c4d5acea
commit b4f0893905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 56 additions and 0 deletions

View File

@ -0,0 +1,24 @@
{
"name": "HAPchain Testnet",
"chain": "HAPchain",
"rpc": ["https://jsonrpc-test.hap.land"],
"faucets": [],
"nativeCurrency": {
"name": "HAP",
"symbol": "HAP",
"decimals": 18
},
"infoURL": "https://hap.land",
"shortName": "hap-testnet",
"chainId": 373737,
"networkId": 373737,
"icon": "hap",
"explorers": [
{
"name": "HAP EVM Explorer (Blockscout)",
"url": "https://blockscout-test.hap.land",
"standard": "none",
"icon": "hap"
}
]
}

View File

@ -0,0 +1,24 @@
{
"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"
}
]
}

8
_data/icons/hap.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmQ4V9JC25yUrYk2kFJwmKguSsZBQvtGcg6q9zkDV8mkJW",
"width": 400,
"height": 400,
"format": "png"
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB