Add Avalanche networks

This commit is contained in:
Kyle Betts 2021-02-19 09:20:28 -05:00 committed by ligi
parent e819f5dc44
commit fa2616e2ba
2 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,18 @@
{
"name": "Avalanche Testnet Fuji",
"chain": "AVAX",
"network": "testnet",
"rpc": [
"https://api.avax-test.network/ext/bc/C/rpc"
],
"faucets": [],
"nativeCurrency": {
"name": "AVAX",
"symbol": "AVAX",
"decimals": 9
},
"infoURL": "https://cchain.explorer.avax-test.network",
"shortName": "Fuji",
"chainId": 43113,
"networkId": 43113
}

View File

@ -0,0 +1,18 @@
{
"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
}