Add AEROCHAIN TESTNET (#1015)

* Add AEROCHAIN TESTNET

* Update _data/chains/eip155-788.json

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
Doni Wicaksono 2022-03-30 19:27:52 +07:00 committed by GitHub
parent 60ac475514
commit 446312705d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,25 @@
{
"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"
}]
}