mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* 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
679 B
JSON
31 lines
679 B
JSON
{
|
|
"name": "Astra Testnet",
|
|
"chain": "Astra",
|
|
"rpc": ["https://rpc.astranaut.dev"],
|
|
"faucets": ["https://faucet.astranaut.dev"],
|
|
"nativeCurrency": {
|
|
"name": "test-Astra",
|
|
"symbol": "tASA",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://astranaut.io",
|
|
"shortName": "astra-testnet",
|
|
"chainId": 11115,
|
|
"networkId": 11115,
|
|
"icon": "astra",
|
|
"explorers": [
|
|
{
|
|
"name": "Astra EVM Explorer",
|
|
"url": "https://explorer.astranaut.dev",
|
|
"standard": "EIP3091",
|
|
"icon": "astra"
|
|
},
|
|
{
|
|
"name": "Astra PingPub Explorer",
|
|
"url": "https://ping.astranaut.dev/astra",
|
|
"standard": "none",
|
|
"icon": "astra"
|
|
}
|
|
]
|
|
}
|