mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add shiden support (#485)
This commit is contained in:
parent
e05f57564d
commit
5376d15d14
26
_data/chains/eip155-336.json
Normal file
26
_data/chains/eip155-336.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user