mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
a9ce14c960
* Create eip155-11110.json * Create eip155-11115.json * add astra.json * update width, height * update symbol * Create eip155-11110.json * Create eip155-11115.json * add astra.json * update width, height * update symbol * update format * update format * update code style
31 lines
663 B
JSON
31 lines
663 B
JSON
{
|
|
"name": "Astra",
|
|
"chain": "Astra",
|
|
"rpc": ["https://rpc.astranaut.io", "https://rpc1.astranaut.io"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Astra",
|
|
"symbol": "ASA",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://astranaut.io",
|
|
"shortName": "astra",
|
|
"chainId": 11110,
|
|
"networkId": 11110,
|
|
"icon": "astra",
|
|
"explorers": [
|
|
{
|
|
"name": "Astra EVM Explorer (Blockscout)",
|
|
"url": "https://explorer.astranaut.io",
|
|
"standard": "none",
|
|
"icon": "astra"
|
|
},
|
|
{
|
|
"name": "Astra PingPub Explorer",
|
|
"url": "https://ping.astranaut.io/astra",
|
|
"standard": "none",
|
|
"icon": "astra"
|
|
}
|
|
]
|
|
}
|