From 77505322befc62b6006a1455ee6da068cfa407ba Mon Sep 17 00:00:00 2001 From: lift0xff Date: Tue, 21 May 2024 14:01:24 +0700 Subject: [PATCH] YODL: Fix imports that cause type error when compiled by webpack Fix from https://github.com/Uniswap/smart-order-router/issues/518#issuecomment-2057985100 --- .../alpha-router/functions/get-candidate-pools.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/routers/alpha-router/functions/get-candidate-pools.ts b/src/routers/alpha-router/functions/get-candidate-pools.ts index 41f80c4b6..7e6c99f84 100644 --- a/src/routers/alpha-router/functions/get-candidate-pools.ts +++ b/src/routers/alpha-router/functions/get-candidate-pools.ts @@ -4,16 +4,16 @@ import { FeeAmount } from '@uniswap/v3-sdk'; import _ from 'lodash'; import { - DAI_OPTIMISM_SEPOLIA, ITokenListProvider, IV2SubgraphProvider, - USDC_ARBITRUM_SEPOLIA, - USDC_OPTIMISM_SEPOLIA, - USDT_OPTIMISM_SEPOLIA, V2SubgraphPool, - WBTC_OPTIMISM_SEPOLIA } from '../../../providers'; import { + DAI_OPTIMISM_SEPOLIA, + USDC_ARBITRUM_SEPOLIA, + USDC_OPTIMISM_SEPOLIA, + USDT_OPTIMISM_SEPOLIA, + WBTC_OPTIMISM_SEPOLIA, CELO, CELO_ALFAJORES, CEUR_CELO,