Skip to content

Commit

Permalink
Fixes Uniswap#600
Browse files Browse the repository at this point in the history
  • Loading branch information
m-pilarczyk authored Jun 30, 2023
1 parent b981a05 commit 9792e31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/hooks/routing/clientSideSmartOrderRouter.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import { BaseProvider } from '@ethersproject/providers'
import { BigintIsh, CurrencyAmount, Token, TradeType } from '@uniswap/sdk-core'
import { BigintIsh, CurrencyAmount, Token, TradeType, ChainId } from '@uniswap/sdk-core'
import type { AlphaRouterConfig } from '@uniswap/smart-order-router'
// This file is lazy-loaded, so the import of smart-order-router is intentional.
// eslint-disable-next-line @typescript-eslint/no-restricted-imports
import {
AlphaRouter,
ChainId,
OnChainQuoteProvider,
routeAmountsToString,
StaticV2SubgraphProvider,
Expand Down

0 comments on commit 9792e31

Please sign in to comment.