Skip to content

Commit

Permalink
Update allo_gmv_with_ens.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
ufkhan97 committed Oct 30, 2024
1 parent 2b7c020 commit 290fb0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion automations/queries/allo_gmv_with_ens.sql
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,5 @@ SELECT
FROM all_points ap
LEFT JOIN "experimental_views"."ens_names_allo_donors_20241022231136" ens
ON ap.address = ens.address
WHERE ap.address IS NOT NULL;
WHERE ap.address IS NOT NULL
AND ap.gmv >= 0.5;

0 comments on commit 290fb0d

Please sign in to comment.