mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
20 lines
388 B
JSON
20 lines
388 B
JSON
{
|
|
"name": "Athereum",
|
|
"chain": "ATH",
|
|
"rpc": [
|
|
"https://ava.network:21015/ext/evm/rpc"
|
|
],
|
|
"faucets": [
|
|
"http://athfaucet.ava.network//?address=${ADDRESS}"
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "Athereum Ether",
|
|
"symbol": "ATH",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://athereum.ava.network",
|
|
"shortName": "avaeth",
|
|
"chainId": 43110,
|
|
"networkId": 43110
|
|
}
|