Changed decimals to 18 for mainnet & testnet

This commit is contained in:
Kyle Betts 2021-02-19 12:27:49 -05:00 committed by ligi
parent be5663417a
commit c13c37aeb6
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
"nativeCurrency": { "nativeCurrency": {
"name": "AVAX", "name": "AVAX",
"symbol": "AVAX", "symbol": "AVAX",
"decimals": 9 "decimals": 18
}, },
"infoURL": "https://cchain.explorer.avax-test.network", "infoURL": "https://cchain.explorer.avax-test.network",
"shortName": "Fuji", "shortName": "Fuji",

View File

@ -9,7 +9,7 @@
"nativeCurrency": { "nativeCurrency": {
"name": "AVAX", "name": "AVAX",
"symbol": "AVAX", "symbol": "AVAX",
"decimals": 9 "decimals": 18
}, },
"infoURL": "https://cchain.explorer.avax.network/", "infoURL": "https://cchain.explorer.avax.network/",
"shortName": "Mainnet", "shortName": "Mainnet",