Skip to content

Commit

Permalink
Add tvl_usd (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
akan72 authored Dec 10, 2024
1 parent f9d43c7 commit e3ed9ac
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ WITH defillama_data AS (
UPPER(b.chain) AS chain,
UPPER(b.symbol) AS stablecoin,
a.apy,
tvl_usd,
UPPER(b.project) AS project,
'defillama' AS source,
MAX(a.date) OVER() AS max_date
Expand All @@ -19,6 +20,7 @@ WITH defillama_data AS (
'SOLANA' AS chain,
UPPER(market) AS stablecoin,
daily_avg_deposit_rate AS apy,
daily_avg_protocol_balance AS tvl_usd,
'DRIFT' AS project,
'artemis' AS source,
MAX(date) OVER() AS max_date
Expand Down

0 comments on commit e3ed9ac

Please sign in to comment.