Update eip155-888888.json (#870)

decimals 6 --> 18

native vs decimal is 6 ,but ethereum compatible interface already adapt
This commit is contained in:
vchain007 2022-02-11 16:19:29 +08:00 committed by GitHub
parent d2915575c7
commit 76df19fc93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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