mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
fb49612d70
* Added Prettier and formatted existing JSON files * fixed one more json file
24 lines
506 B
JSON
24 lines
506 B
JSON
{
|
|
"name": "High Performance Blockchain",
|
|
"chain": "HPB",
|
|
"rpc": ["https://hpbnode.com", "wss://ws.hpbnode.com"],
|
|
"faucets": ["https://myhpbwallet.com/"],
|
|
"nativeCurrency": {
|
|
"name": "High Performance Blockchain Ether",
|
|
"symbol": "HPB",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://hpb.io",
|
|
"shortName": "hpb",
|
|
"chainId": 269,
|
|
"networkId": 269,
|
|
"slip44": 269,
|
|
"explorers": [
|
|
{
|
|
"name": "hscan",
|
|
"url": "https://hscan.org",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|