chains/_data/chains/eip155-3797.json
NicoDFS 0dcde6b1de
Added AlveyChain and Icons (#2419)
* Added AlveyChain and Icons

* Update eip155-3797.json

---------

Co-authored-by: ligi <ligi@ligi.de>
2023-03-22 01:02:25 +01:00

24 lines
491 B
JSON

{
"name": "AlveyChain Mainnet",
"chain": "ALV",
"icon": "alveychain",
"rpc": ["https://rpc.alveychain.com/rpc", "https://rpc2.alvey.io/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "AlveyCoin",
"symbol": "ALV",
"decimals": 18
},
"infoURL": "https://alveyscan.com/rpc",
"shortName": "alv",
"chainId": 3797,
"networkId": 3797,
"explorers": [
{
"name": "AlveyScan",
"url": "https://alveyscan.com",
"standard": "EIP3091"
}
]
}