From 172f2c6b74ed0e56b326302f5dfdd0a5b55605ab Mon Sep 17 00:00:00 2001 From: viniabussafi Date: Wed, 10 Jul 2024 14:34:29 +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 dc5b34df1b8..02df3d629ba 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