add shiden support (#485)

This commit is contained in:
Hyungsuk Kang 2021-10-14 05:33:01 +09:00 committed by GitHub
parent e05f57564d
commit 5376d15d14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,26 @@
{
"name": "Shiden",
"chain": "SDN",
"network": "shiden",
"rpc": [
"https://rpc.shiden.astar.network:8545",
"wss://shiden.api.onfinality.io/public-ws"
],
"faucets": [],
"nativeCurrency": {
"name": "Shiden",
"symbol": "SDN",
"decimals": 18
},
"infoURL": "https://shiden.astar.network/",
"shortName": "sdn",
"chainId": 336,
"networkId": 336,
"explorers": [
{
"name": "subscan",
"url": "https://shiden.subscan.io",
"standard": "none"
}
]
}