Skip to content

Commit

Permalink
fix alias
Browse files Browse the repository at this point in the history
  • Loading branch information
viniabussafi committed Jan 6, 2025
1 parent dd00d2b commit cc90db8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ WHERE
FROM gauges g
LEFT JOIN {{ source('balancer_ethereum', 'LiquidityGauge_call_killGauge') }} k1 ON g.address = k1.contract_address AND k1.call_success
LEFT JOIN {{ source('balancer_ethereum', 'LiquidityGaugeV5_call_killGauge') }} k2 ON g.address = k2.contract_address AND k2.call_success
LEFT JOIN {{ source('balancer_ethereum', 'CappedLiquidityGaugeV5_call_killGauge') }} k3 ON g.address = k2.contract_address AND k3.call_success
LEFT JOIN {{ source('balancer_ethereum', 'CappedLiquidityGaugeV5_call_killGauge') }} k3 ON g.address = k3.contract_address AND k3.call_success

0 comments on commit cc90db8

Please sign in to comment.