mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Added AlveyChain and Icons * Update eip155-3797.json --------- Co-authored-by: ligi <ligi@ligi.de>
24 lines
491 B
JSON
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"
|
|
}
|
|
]
|
|
}
|