Skip to content

Commit

Permalink
standardizing names
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwes committed Aug 12, 2024
1 parent 22325ec commit 8b27be3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion models/projects/uniswap/core/ez_uniswap_metrics.sql
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ SELECT
, fees as trading_fees
, fees
, fees as primary_supply_side_revenue
, 0 as other_supply_side_revenue
, 0 as secondary_supply_side_revenue
, fees as total_supply_side_revenue
, 0 as protocol_revenue
, token_incentives_usd as token_incentives
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ select
, trading_fees as fees
, trading_fees as primary_supply_side_revenue
, trading_fees as total_supply_side_revenue
, 0 as other_supply_side_revenue
, 0 as secondary_supply_side_revenue
, 0 as protocol_revenue
, 0 as operating_expenses
, token_incentives_usd
Expand Down

0 comments on commit 8b27be3

Please sign in to comment.