Skip to content

Commit

Permalink
token col name
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwes committed Dec 15, 2024
1 parent 632bc0f commit 6445df7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/projects/jupiter/core/ez_jupiter_metrics_by_token.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
snowflake_warehouse="JUPITER",
database="jupiter",
schema="core",
alias="ez_metrics_by_market",
alias="ez_metrics_by_token",
)
}}

SELECT
block_timestamp::date as date,
chain,
app,
symbol,
symbol as token,
mint as token_address,
sum(fee_usd) as trading_fees,
sum(size_usd) as trading_volume,
Expand Down

0 comments on commit 6445df7

Please sign in to comment.