add astar

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

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