mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Changed decimals to 18 for mainnet & testnet
This commit is contained in:
parent
be5663417a
commit
c13c37aeb6
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user