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

* Add AEROCHAIN TESTNET * Update _data/chains/eip155-788.json Co-authored-by: ligi <ligi@ligi.de>
26 lines
544 B
JSON
26 lines
544 B
JSON
{
|
|
"name": "AEROCHAIN TESTNET",
|
|
"chain": "AEROCHAIN",
|
|
"network": "testnet",
|
|
"rpc": [
|
|
"https://trpc.aerochaincoin.org/",
|
|
"https://trpc.aerochain.id/"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "AEROCHAIN",
|
|
"symbol": "ARC",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://aerochaincoin.org/",
|
|
"shortName": "arc",
|
|
"chainId": 788,
|
|
"networkId": 788,
|
|
"explorers": [{
|
|
"name": "aeroscan",
|
|
"url": "https://testnet.aeroscan.id",
|
|
"standard": "EIP3091"
|
|
}]
|
|
}
|
|
|