From 028da52b7b5864c5de2c33a12d2034bd5136bf86 Mon Sep 17 00:00:00 2001 From: delivan Date: Tue, 30 Jul 2024 20:42:59 +0900 Subject: [PATCH] Fix bsc usdc decimals --- evm/eip155:56.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evm/eip155:56.json b/evm/eip155:56.json index e8039897f..62a0aad7d 100644 --- a/evm/eip155:56.json +++ b/evm/eip155:56.json @@ -18,7 +18,7 @@ { "coinDenom": "USDC", "coinMinimalDenom": "erc20:0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d", - "coinDecimals": 6, + "coinDecimals": 18, "coinGeckoId": "usd-coin", "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/eip155:56/erc20/0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d.png" },