From 76df19fc93ed7cb8451471b8f64abb041c5f24aa Mon Sep 17 00:00:00 2001 From: vchain007 <75559334+vchain007@users.noreply.github.com> Date: Fri, 11 Feb 2022 16:19:29 +0800 Subject: [PATCH] Update eip155-888888.json (#870) decimals 6 --> 18 native vs decimal is 6 ,but ethereum compatible interface already adapt --- _data/chains/eip155-888888.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-888888.json b/_data/chains/eip155-888888.json index 81960b40..67e1cd1e 100644 --- a/_data/chains/eip155-888888.json +++ b/_data/chains/eip155-888888.json @@ -9,11 +9,11 @@ "nativeCurrency": { "name": "VS", "symbol": "VS", - "decimals": 6 + "decimals": 18 }, "infoURL": "https://visionscan.org", "shortName": "vision", "chainId": 888888, "networkId": 888888, "slip44": 60 - } \ No newline at end of file + }