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 (#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:
parent
92c4d5acea
commit
b4f0893905
24
_data/chains/eip155-373737.json
Normal file
24
_data/chains/eip155-373737.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
24
_data/chains/eip155-8794598.json
Normal file
24
_data/chains/eip155-8794598.json
Normal 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
8
_data/icons/hap.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmQ4V9JC25yUrYk2kFJwmKguSsZBQvtGcg6q9zkDV8mkJW",
|
||||
"width": 400,
|
||||
"height": 400,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
Loading…
Reference in New Issue
Block a user