chains/_data/chains/eip155-788.json
Doni Wicaksono 446312705d
Add AEROCHAIN TESTNET (#1015)
* Add AEROCHAIN TESTNET

* Update _data/chains/eip155-788.json

Co-authored-by: ligi <ligi@ligi.de>
2022-03-30 14:27:52 +02:00

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"
}]
}