mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
18 lines
394 B
JSON
18 lines
394 B
JSON
{
|
|
"name": "Avalanche Mainnet",
|
|
"chain": "AVAX",
|
|
"network": "mainnet",
|
|
"rpc": [
|
|
"https://api.avax.network/ext/bc/C/rpc"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "AVAX",
|
|
"symbol": "AVAX",
|
|
"decimals": 9
|
|
},
|
|
"infoURL": "https://cchain.explorer.avax.network/",
|
|
"shortName": "Mainnet",
|
|
"chainId": 43114,
|
|
"networkId": 43114
|
|
} |