Create eip155-592 (#1124)

* update shiden

* add astar
This commit is contained in:
Saša Pul 2022-05-02 10:08:40 +03:00 committed by GitHub
parent 202a546f71
commit b4a0c0668b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 73 additions and 23 deletions

View File

@ -15,11 +15,13 @@
"shortName": "sdn", "shortName": "sdn",
"chainId": 336, "chainId": 336,
"networkId": 336, "networkId": 336,
"icon": "shiden",
"explorers": [ "explorers": [
{ {
"name": "subscan", "name": "subscan",
"url": "https://shiden.subscan.io", "url": "https://shiden.subscan.io",
"standard": "none" "standard": "none",
"icon": "subscan"
} }
] ]
} }

View File

@ -0,0 +1,24 @@
{
"name": "Astar",
"chain": "ASTR",
"rpc": ["https://rpc.astar.network:8545"],
"faucets": [],
"nativeCurrency": {
"name": "Astar",
"symbol": "ASTR",
"decimals": 18
},
"infoURL": "https://astar.network/",
"shortName": "astr",
"chainId": 592,
"networkId": 592,
"icon": "astar",
"explorers": [
{
"name": "subscan",
"url": "https://astar.subscan.io",
"standard": "none",
"icon": "subscan"
}
]
}

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

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

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"
}
]