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

* Create eip155-400.json Adding HyperonChain-TestNet * Update _data/chains/eip155-400.json Co-authored-by: ligi <ligi@ligi.de>
25 lines
552 B
JSON
25 lines
552 B
JSON
{
|
|
"name": "HyperonChain TestNet",
|
|
"chain": "HPN",
|
|
"icon": "hyperonchain",
|
|
"rpc": ["https://testnet-rpc.hyperonchain.com"],
|
|
"faucets": ["https://faucet.hyperonchain.com"],
|
|
"nativeCurrency": {
|
|
"name": "HyperonChain",
|
|
"symbol": "HPN",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://docs.hyperonchain.com",
|
|
"shortName": "hpn",
|
|
"chainId": 400,
|
|
"networkId": 400,
|
|
"explorers": [
|
|
{
|
|
"name": "blockscout",
|
|
"url": "https://testnet.hyperonchain.com",
|
|
"icon": "hyperonchain",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|