Fixed space formating

This commit is contained in:
Kyle Betts 2021-02-19 13:15:49 -05:00 committed by ligi
parent cc23140bf8
commit 06725635b4
2 changed files with 34 additions and 34 deletions

View File

@ -1,20 +1,20 @@
{ {
"name": "Avalanche Fuji Testnet", "name": "Avalanche Fuji Testnet",
"chain": "AVAX", "chain": "AVAX",
"network": "testnet", "network": "testnet",
"rpc": [ "rpc": [
"https://api.avax-test.network/ext/bc/C/rpc" "https://api.avax-test.network/ext/bc/C/rpc"
], ],
"faucets": [ "faucets": [
"https://faucet.avax-test.network/" "https://faucet.avax-test.network/"
], ],
"nativeCurrency": { "nativeCurrency": {
"name": "Avalanche", "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": 1 "networkId": 1
} }

View File

@ -1,18 +1,18 @@
{ {
"name": "Avalanche Mainnet", "name": "Avalanche Mainnet",
"chain": "AVAX", "chain": "AVAX",
"network": "mainnet", "network": "mainnet",
"rpc": [ "rpc": [
"https://api.avax.network/ext/bc/C/rpc" "https://api.avax.network/ext/bc/C/rpc"
], ],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Avalanche", "name": "Avalanche",
"symbol": "AVAX", "symbol": "AVAX",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://cchain.explorer.avax.network/", "infoURL": "https://cchain.explorer.avax.network/",
"shortName": "Avalanche", "shortName": "Avalanche",
"chainId": 43114, "chainId": 43114,
"networkId": 1 "networkId": 1
} }