mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Updated name values and networkIDs for both networks
This commit is contained in:
parent
c13c37aeb6
commit
cc23140bf8
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "Avalanche Testnet Fuji",
|
"name": "Avalanche Fuji Testnet",
|
||||||
"chain": "AVAX",
|
"chain": "AVAX",
|
||||||
"network": "testnet",
|
"network": "testnet",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
|
@ -9,12 +9,12 @@
|
||||||
"https://faucet.avax-test.network/"
|
"https://faucet.avax-test.network/"
|
||||||
],
|
],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "AVAX",
|
"name": "Avalanche",
|
||||||
"symbol": "AVAX",
|
"symbol": "AVAX",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://cchain.explorer.avax-test.network",
|
"infoURL": "https://cchain.explorer.avax-test.network",
|
||||||
"shortName": "Fuji",
|
"shortName": "Fuji",
|
||||||
"chainId": 43113,
|
"chainId": 43113,
|
||||||
"networkId": 43113
|
"networkId": 1
|
||||||
}
|
}
|
|
@ -7,12 +7,12 @@
|
||||||
],
|
],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "AVAX",
|
"name": "Avalanche",
|
||||||
"symbol": "AVAX",
|
"symbol": "AVAX",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://cchain.explorer.avax.network/",
|
"infoURL": "https://cchain.explorer.avax.network/",
|
||||||
"shortName": "Mainnet",
|
"shortName": "Avalanche",
|
||||||
"chainId": 43114,
|
"chainId": 43114,
|
||||||
"networkId": 43114
|
"networkId": 1
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user