mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
d71cfa7d96
* Create eip155-135.json * Update eip155-135.json * add alyx chain * fix shortName * Create alyx.json * Update eip155-135.json * Update eip155-1314.json * Update eip155-135.json * Update eip155-135.json * Update eip155-1314.json * Update alyx.json Co-authored-by: alice <alice@alyx.com>
24 lines
464 B
JSON
24 lines
464 B
JSON
{
|
|
"name": "Alyx Mainnet",
|
|
"chain": "ALYX",
|
|
"rpc": ["https://rpc.alyxchain.com"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Alyx Chain Native Token",
|
|
"symbol": "ALYX",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.alyxchain.com",
|
|
"shortName": "alyx",
|
|
"chainId": 1314,
|
|
"networkId": 1314,
|
|
"explorers": [
|
|
{
|
|
"name": "alyxscan",
|
|
"url": "https://www.alyxscan.com",
|
|
"standard": "EIP3091"
|
|
}
|
|
],
|
|
"icon": "alyx"
|
|
}
|