mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
23 lines
492 B
JSON
23 lines
492 B
JSON
{
|
|
"name": "Aerochain Testnet",
|
|
"chain": "Aerochain",
|
|
"rpc": ["https://testnet-rpc.aerochain.id/"],
|
|
"faucets": ["https://faucet.aerochain.id/"],
|
|
"nativeCurrency": {
|
|
"name": "Aerochain Testnet",
|
|
"symbol": "TAero",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://aerochaincoin.org/",
|
|
"shortName": "taero",
|
|
"chainId": 788,
|
|
"networkId": 788,
|
|
"explorers": [
|
|
{
|
|
"name": "aeroscan",
|
|
"url": "https://testnet.aeroscan.id",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|