mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
* Create eip155-33333.json * Create aves.json * Create avescan.json * Update aves.json * Update avescan.json * Update eip155-33333.json * Update aves.json * Update avescan.json * Add files via upload * fucking prettier Co-authored-by: ligi <ligi@ligi.de>
26 lines
515 B
JSON
26 lines
515 B
JSON
{
|
|
"name": "Aves Mainnet",
|
|
"chain": "AVS",
|
|
"rpc": ["https://rpc.avescoin.io"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Aves",
|
|
"symbol": "AVS",
|
|
"decimals": 18
|
|
},
|
|
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
|
"infoURL": "https://avescoin.io",
|
|
"shortName": "avs",
|
|
"chainId": 33333,
|
|
"networkId": 33333,
|
|
"icon": "aves",
|
|
"explorers": [
|
|
{
|
|
"name": "avescan",
|
|
"url": "https://avescan.io",
|
|
"icon": "avescan",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|