From 6f4d924263c52c675b1cf54904a5964295ae6ad0 Mon Sep 17 00:00:00 2001 From: Viktor <1641795+vikmeup@users.noreply.github.com> Date: Tue, 4 Jan 2022 18:27:38 -0800 Subject: [PATCH] Validate decimals in token list --- blockchains/ethereum/tokenlist.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blockchains/ethereum/tokenlist.json b/blockchains/ethereum/tokenlist.json index 462541542..f75533f8e 100644 --- a/blockchains/ethereum/tokenlist.json +++ b/blockchains/ethereum/tokenlist.json @@ -3642,7 +3642,7 @@ "address": "0x4Fabb145d64652a948d72533023f6E7A623C7C53", "name": "Binance USD", "symbol": "BUSD", - "decimals": 18, + "decimals": 8, "logoURI": "https://assets.trustwalletapp.com/blockchains/ethereum/assets/0x4Fabb145d64652a948d72533023f6E7A623C7C53/logo.png", "pairs": [] }, @@ -3662,4 +3662,4 @@ "minor": 0, "patch": 0 } -} \ No newline at end of file +}