Update eip155-666666.json

decimals 6 --> 18

native vs decimal is 6 ,but ethereum compatible interface already adapt
This commit is contained in:
vchain007 2022-02-11 15:58:30 +08:00 committed by GitHub
parent 268fd321a2
commit bd059b69d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,11 @@
"nativeCurrency": { "nativeCurrency": {
"name": "VS", "name": "VS",
"symbol": "VS", "symbol": "VS",
"decimals": 6 "decimals": 18
}, },
"infoURL": "https://visionscan.org", "infoURL": "https://visionscan.org",
"shortName": "vpioneer", "shortName": "vpioneer",
"chainId": 666666, "chainId": 666666,
"networkId": 666666, "networkId": 666666,
"slip44": 60 "slip44": 60
} }