Skip to content

Commit

Permalink
C911: Fixing Ton and Solana Stablecoin pipeline (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebMelendez01 authored Nov 13, 2024
1 parent c844054 commit c7f5519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion macros/stablecoins/stablecoin_metrics.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
when lower(address) in (select lower(premint_address) from {{ref("fact_"~chain~"_stablecoin_bridge_addresses")}}) then 0
else stablecoin_supply
end as stablecoin_supply
{% elif chain in ('solana', 'celo') %}
{% elif chain in ('solana', 'celo', 'ton') %}
, case
when
lower(address) in (select lower(premint_address) from {{ref("fact_"~chain~"_stablecoin_premint_addresses")}}) then 0
Expand Down
2 changes: 1 addition & 1 deletion models/dimensions/wallet/dim_solana_eoa_addresses.sql
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{{config(materialized="table") }}
{{ distinct_eoa_addresses("ton") }}
{{ distinct_eoa_addresses("solana") }}

0 comments on commit c7f5519

Please sign in to comment.