mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
c5d60dd6f0
* Update rpc endpoint * Add additional public endpoints Co-authored-by: ligi <ligi@ligi.de>
32 lines
688 B
JSON
32 lines
688 B
JSON
{
|
|
"name": "Shiden",
|
|
"chain": "SDN",
|
|
"rpc": [
|
|
"https://shiden.api.onfinality.io/public",
|
|
"https://shiden-rpc.dwellir.com",
|
|
"https://shiden.public.blastapi.io",
|
|
"wss://shiden.api.onfinality.io/public-ws",
|
|
"wss://shiden.public.blastapi.io",
|
|
"wss://shiden-rpc.dwellir.com"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Shiden",
|
|
"symbol": "SDN",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://shiden.astar.network/",
|
|
"shortName": "sdn",
|
|
"chainId": 336,
|
|
"networkId": 336,
|
|
"icon": "shiden",
|
|
"explorers": [
|
|
{
|
|
"name": "subscan",
|
|
"url": "https://shiden.subscan.io",
|
|
"standard": "none",
|
|
"icon": "subscan"
|
|
}
|
|
]
|
|
}
|