From 5d724bc367e1f0ce507ae66d6e54ea110783dd3c Mon Sep 17 00:00:00 2001 From: Viktor Radchenko <1641795+vikmeup@users.noreply.github.com> Date: Sun, 16 May 2021 11:02:07 -0700 Subject: [PATCH] Fix decimals for Saturna token --- .../info.json | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/blockchains/smartchain/assets/0x1e446CbEa52BAdeB614FBe4Ab7610F737995fB44/info.json b/blockchains/smartchain/assets/0x1e446CbEa52BAdeB614FBe4Ab7610F737995fB44/info.json index eb70032da..b303f38dc 100644 --- a/blockchains/smartchain/assets/0x1e446CbEa52BAdeB614FBe4Ab7610F737995fB44/info.json +++ b/blockchains/smartchain/assets/0x1e446CbEa52BAdeB614FBe4Ab7610F737995fB44/info.json @@ -2,20 +2,10 @@ "name": "Saturna", "website": "https://saturna.co", "description": "Saturna is a frictionless yield community-driven project. With tokenomics designed to keep building the price floor and reflecting transaction taxes back to holders and liquidity.", - "socials": [ - { - "name": "Twitter", - "url": "https://twitter.com/SaturnaToken" - }, - { - "name": "Telegram", - "url": "https://t.me/saturna_TG" - } - ], "explorer": "https://bscscan.com/token/0x1e446CbEa52BAdeB614FBe4Ab7610F737995fB44", "type": "BEP20", "symbol": "SAT", - "decimals": 18, + "decimals": 9, "status": "active", "id": "0x1e446CbEa52BAdeB614FBe4Ab7610F737995fB44" -} \ No newline at end of file +}