Skip to content

Commit

Permalink
Stablecoins (TON): Updating stablecoin metrics for ton (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebMelendez01 authored Sep 3, 2024
1 parent 533f7e1 commit dc82852
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions macros/stablecoins/stablecoin_metrics.sql
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,24 @@
select
date
, from_address
, contract_name
, contract
, application
, icon
, app
, category
-- There is currently an issue with ton data
-- In order to fix this in the short term we need to remove all tags.
{% if chain == 'ton' %}
, null as contract_name
, null as contract
, null as application
, null as icon
, null as app
, null as category
{% else %}
, contract_name
, contract
, application
, icon
, app
, category
{% endif %}

, is_wallet

, contract_address
Expand Down

0 comments on commit dc82852

Please sign in to comment.