Updated name values and networkIDs for both networks

This commit is contained in:
Kyle Betts 2021-02-19 13:01:41 -05:00 committed by ligi
parent c13c37aeb6
commit cc23140bf8
2 changed files with 8 additions and 8 deletions

View File

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

View File

@ -7,12 +7,12 @@
],
"faucets": [],
"nativeCurrency": {
"name": "AVAX",
"name": "Avalanche",
"symbol": "AVAX",
"decimals": 18
},
"infoURL": "https://cchain.explorer.avax.network/",
"shortName": "Mainnet",
"shortName": "Avalanche",
"chainId": 43114,
"networkId": 43114
"networkId": 1
}