Skip to content

Commit

Permalink
can you push to individual queries using team api key?
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhong5297 committed Nov 29, 2023
1 parent 4986091 commit 937d8dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion queries/sudoswap_v2_collections_summar___2615781.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


WITH
pairs_created as (
pairs_created as (
SELECT
*
FROM query_2615780
Expand Down
2 changes: 1 addition & 1 deletion queries/sudoswap_v2_trends___2615782.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

SELECT
date_trunc('week', block_time) as week
, pool_type as col
, pool_type as col
, count(*) as trades
, sum(amount_usd) as usd_volume
, count(distinct tx_from) as traders
Expand Down

0 comments on commit 937d8dd

Please sign in to comment.