chains/_data/chains/eip155-230315.json
Lone a94460540c
add hashkey chain testnet (#2462)
* add hashkey chain testnet

* add hashkey chain icons

* format eip155-230315.json

* fix hsk.json

---------

Co-authored-by: geyunlong <geyunlong@hashkeytech.com>
Co-authored-by: ligi <ligi@ligi.de>
2023-03-22 10:15:49 +01:00

24 lines
539 B
JSON

{
"name": "HashKey Chain Testnet",
"chain": "HashKey",
"rpc": ["https://testnet.hashkeychain/rpc"],
"faucets": ["https://testnet.hashkeychain/faucet"],
"nativeCurrency": {
"name": "HashKey Token",
"symbol": "tHSK",
"decimals": 18
},
"infoURL": "https://www.hashkey.com",
"shortName": "hsktest",
"chainId": 230315,
"networkId": 230315,
"icon": "hsk",
"explorers": [
{
"name": "HashKey Chain Testnet Explorer",
"url": "https://testnet.hashkeyscan.io",
"standard": "none"
}
]
}