chains/_data/chains/eip155-33333.json
toni-dev 00a8a397dd
Add aves main-net network | Fixed 2 (#1972)
* 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>
2022-12-02 23:00:23 +01:00

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