mirror of
https://github.com/FlipsideCrypto/sui-models.git
synced 2026-02-06 09:26:50 +00:00
fix amount_usd calculation
This commit is contained in:
parent
895e245f09
commit
c6320ff382
@ -62,7 +62,7 @@ SELECT
|
||||
10,
|
||||
b.decimals
|
||||
) AS amount,
|
||||
(amount / pow(10, b.decimals)) * C.price AS amount_usd,
|
||||
amount * C.price AS amount_usd,
|
||||
COALESCE(
|
||||
C.token_is_verified,
|
||||
FALSE
|
||||
|
||||
Loading…
Reference in New Issue
Block a user