omgnetwork / optimism

Monorepo implementing the Optimistic Ethereum protocol
https://optimism.io
MIT License
16 stars 6 forks source link

USDT & USDC Decimal Places on Blockexplorer #513

Closed ghost closed 3 years ago

ghost commented 3 years ago

https://blockexplorer.boba.network/tokens shows a total supply of .000000005033 USDT. Decimal is off by ~12 places.

L2 Liquidity Pool shows 5k USDT liquidity.

image

Same thing appears to be happening with USDC.

CAPtheorem commented 3 years ago

Ok, this is block explorer specific, token.decimals bug.

boyuan-chen commented 3 years ago

Fixed. https://github.com/omgnetwork/blockscout/pull/2

ghost commented 3 years ago

USDC appears to fixed, but USDT is still showing misplaced decimal, unless it takes some time for the fix to show up.

boyuan-chen commented 3 years ago

Thanks for reporting the issue. USDT was fixed, too.