Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: uniV3 basic lp info #5635

Closed
wants to merge 18 commits into from
Prev Previous commit
Next Next commit
fix: missing alias
0xrusowsky committed Mar 20, 2024
commit f5522f54525c5176cfe24b73fdefb30a72ddf5f5
2 changes: 1 addition & 1 deletion macros/models/_sector/dex/uniswap_compatible_lp.sql
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ WITH id_to_lp AS
distinct t.tokenId
,t.to AS lp_address
FROM
{{ NonfungibleTokenPositionManager_evt_Transfer }}
{{ NonfungibleTokenPositionManager_evt_Transfer }} t
WHERE
t."from" = 0x0000000000000000000000000000000000000000
)