Skip to content

Commit

Permalink
YODL: Fix imports that cause type error when compiled by webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
lift0xff committed May 21, 2024
1 parent 2057547 commit 7750532
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/routers/alpha-router/functions/get-candidate-pools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7750532

Please sign in to comment.