Skip to content

Commit

Permalink
adding stablecoin token holder count for stablecoins
Browse files Browse the repository at this point in the history
  • Loading branch information
SebMelendez01 committed Oct 25, 2024
1 parent 7bf3f45 commit 068daff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions macros/metrics/get_stablecoin_metrics.sql
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ with mau as (
, p2p_stablecoin_daily_txns as p2p_stablecoin_txns
, p2p_stablecoin_dau

, stablecoin_token_holder_count
, p2p_stablecoin_token_holder_count

, p2p_stablecoin_supply as p2p_stablecoin_total_supply
, stablecoin_supply as stablecoin_total_supply
from {{ ref("agg_daily_stablecoin_breakdown_" ~ breakdown) }}
Expand All @@ -54,6 +57,8 @@ select
, p2p_stablecoin_txns
, p2p_stablecoin_dau
, p2p_stablecoin_mau
, stablecoin_token_holder_count
, p2p_stablecoin_token_holder_count
, p2p_stablecoin_total_supply
, stablecoin_total_supply
from daily_metrics
Expand Down

0 comments on commit 068daff

Please sign in to comment.