Skip to content

Commit

Permalink
Fix Ton Stablecoins (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunny77D authored and SebMelendez01 committed Sep 9, 2024
1 parent f1d00d8 commit f0663d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/projects/ton/raw/ez_ton_stablecoin_transfers.sql
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ select
then amount / POWER(10, decimal)
else 0
end as transfer_volume,
case when fact_ton_stablecoin_contracts.symbol = 'USD₮' then 'USDT' else fact_ton_stablecoin_contracts.symbol end as symbol,
fact_ton_stablecoin_contracts.symbol,
fact_ton_stablecoin_contracts.contract_address
from
{{ ref('fact_ton_stablecoin_transfers') }} as transfers
Expand Down

0 comments on commit f0663d5

Please sign in to comment.