Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
viniabussafi committed Jul 10, 2024
1 parent 172f2c6 commit 25800f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ WITH dexs AS
FROM {{ source('ethereum', 'logs') }} l
JOIN {{ ref('curvefi_ethereum_view_pools') }} p
ON l.contract_address = p.pool_address
AND p.version IN ('Factory V1 Meta', 'Factory V1 Plain', 'Regular', 'Factory V1 Stableswap Plain', 'Factory V1 Stableswap Meta', /*'Factory V1 Stableswap Plain NG',*/ 'Factory V1 Twocrypto') --note Plain only has TokenExchange.
AND p.version IN ('Factory V1 Meta', 'Factory V1 Plain', 'Regular', 'Factory V1 Stableswap Plain', 'Factory V1 Stableswap Meta', 'Factory V1 Stableswap Plain NG', 'Factory V1 Twocrypto') --note Plain only has TokenExchange.
WHERE l.topic0 IN
(
0xd013ca23e77a65003c2c659c5442c00c805371b7fc1ebd4c206c41d1536bd90b -- TokenExchangeUnderlying
Expand Down

0 comments on commit 25800f8

Please sign in to comment.