mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
25 lines
461 B
JSON
25 lines
461 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|