Skip to content

Commit

Permalink
push edits
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhong5297 committed Nov 29, 2023
1 parent 41b3a88 commit d98f166
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions queries/sudoswap_v2_trends___2615782.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
-- query name: Sudoswap V2 Trends
-- query link: https://dune.com/queries/2615782


SELECT
date_trunc('week', block_time) as week
, {{column type}} as col
, pool_type as col
, count(*) as trades
--get traders later
, sum(amount_usd) as usd_volume
, count(distinct tx_from) as traders
, sum(protocol_fee_amount_usd + trade_fee_amount_usd + royalty_fee_amount_usd) as all_fees
Expand Down

0 comments on commit d98f166

Please sign in to comment.