Skip to content

Commit

Permalink
Update balancer_liquidity_macro.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
viniabussafi committed Sep 3, 2024
1 parent a385ff1 commit a884ca0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dbt_macros/shared/balancer/balancer_liquidity_macro.sql
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ WITH pool_labels AS (
DATE_TRUNC('day', minute) as day,
AVG(price) as eth_price
FROM {{ source('prices', 'usd') }}
WHERE symbol = 'ETH'
WHERE blockchain = 'ethereum'
AND contract_address = 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
GROUP BY 1
),

Expand Down

0 comments on commit a884ca0

Please sign in to comment.