Skip to content

Commit

Permalink
Handle modlOmniWhLM
Browse files Browse the repository at this point in the history
  • Loading branch information
green-jay committed Jan 31, 2025
1 parent b59df5e commit 19f1172
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions queries/dexscreener/v1/events.sql
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ remove_data AS (
WHERE e1.name = 'Currencies.Transferred' AND e2.name = 'XYK.LiquidityRemoved' AND NOT (e1.args ->> 'amount' = '1000000000000' AND e1.args ->> 'currencyId' = '0')
-- handle farm withdraw as an exception (decoded pool name 'modlxykLMpID')
AND e1.args ->> 'from' <> '0x6d6f646c78796b4c4d7049440000000000000000000000000000000000000000'
-- handle farm withdraw as an exception (decoded pool name 'modlOmniWhLM')
AND e1.args ->> 'from' <> '0x6d6f646c4f6d6e6957684c4d0000000000000000000000000000000000000000'
),
rn1 AS (
SELECT *
Expand Down

0 comments on commit 19f1172

Please sign in to comment.