Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 committed Jun 7, 2024
1 parent ec6d416 commit 69be2f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/handlers/injector-sor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import {
UniswapMulticallProvider,
V2PoolProvider,
V2QuoteProvider,
V3PoolProvider
V3PoolProvider,
} from '@uniswap/smart-order-router'
import { TokenList } from '@uniswap/token-lists'
import { default as bunyan, default as Logger } from 'bunyan'
Expand Down Expand Up @@ -65,7 +65,7 @@ import {
NON_OPTIMISTIC_CACHED_ROUTES_BATCH_PARAMS,
OPTIMISTIC_CACHED_ROUTES_BATCH_PARAMS,
RETRY_OPTIONS,
SUCCESS_RATE_FAILURE_OVERRIDES
SUCCESS_RATE_FAILURE_OVERRIDES,
} from '../util/onChainQuoteProviderConfigs'
import { v4 } from 'uuid/index'
import { chainProtocols } from '../cron/cache-config'
Expand Down

0 comments on commit 69be2f5

Please sign in to comment.