Create eip155-400.json (#1720)

* Create eip155-400.json

Adding HyperonChain-TestNet

* Update _data/chains/eip155-400.json

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
HyperonChainOfficial 2022-10-15 05:46:52 +05:30 committed by GitHub
parent d5fe555d8f
commit a450e7e8d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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