update shiden

This commit is contained in:
codespool 2022-05-01 23:02:53 +03:00
parent b7860c2431
commit a4cb272df7
No known key found for this signature in database
GPG Key ID: 1D2764FDE169D3DF
3 changed files with 41 additions and 23 deletions

View File

@ -1,25 +1,27 @@
{
"name": "Shiden",
"chain": "SDN",
"rpc": [
"https://rpc.shiden.astar.network:8545",
"wss://shiden.api.onfinality.io/public-ws"
],
"faucets": [],
"nativeCurrency": {
"name": "Shiden",
"chain": "SDN",
"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"
}
]
}
"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"
}
]
}

8
_data/icons/shiden.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmQySjAoWHgk3ou1yvBi2TrTcgH6KhfGiU7GcrLzrAeRkE",
"width": 250,
"height": 250,
"format": "png"
}
]

8
_data/icons/subscan.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://Qma2GfW5nQHuA7nGqdEfwaXPL63G9oTwRTQKaGTfjNtM2W",
"width": 400,
"height": 400,
"format": "png"
}
]