From 25800f81dafe7e21d83bc5434dbe85576eb9dae1 Mon Sep 17 00:00:00 2001 From: viniabussafi Date: Wed, 10 Jul 2024 14:50:37 +0100 Subject: [PATCH] again --- .../trades/ethereum/platforms/curvefi_ethereum_base_trades.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dex/models/trades/ethereum/platforms/curvefi_ethereum_base_trades.sql b/dex/models/trades/ethereum/platforms/curvefi_ethereum_base_trades.sql index 02df3d629ba..76908b847c5 100644 --- a/dex/models/trades/ethereum/platforms/curvefi_ethereum_base_trades.sql +++ b/dex/models/trades/ethereum/platforms/curvefi_ethereum_base_trades.sql @@ -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