mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
* 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>
24 lines
539 B
JSON
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"
|
|
}
|
|
]
|
|
}
|