Add Aerochain Mainnet

This commit is contained in:
squarepants 2022-05-27 02:24:58 +07:00 committed by GitHub
parent 71bbadb687
commit e31bb240b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

25
_data/chains/eip155-789 Normal file
View File

@ -0,0 +1,25 @@
{
"name": "Aerochain Mainnet",
"chain": "Aerochain",
"network": "Mainnet",
"rpc": [
"https://rpc.aerochain.id/"
],
"faucets": [
"https://faucet.aerochain.id/"
],
"nativeCurrency": {
"name": "Aerochain Coin",
"symbol": "AERO",
"decimals": 18
},
"infoURL": "https://aerochain.id/",
"shortName": "ARC",
"chainId": 789,
"networkId": 789,
"explorers": [{
"name": "aeroscan",
"url": "https://aeroscan.id",
"standard": "EIP3091"
}]
}