diff --git a/lib/handlers/quote/quote.ts b/lib/handlers/quote/quote.ts index 150496d73..f3ba8a736 100644 --- a/lib/handlers/quote/quote.ts +++ b/lib/handlers/quote/quote.ts @@ -12,7 +12,8 @@ import { SimulationStatus, sortsBefore, SwapOptions, - SwapRoute, V4_ETH_WETH_FAKE_POOL + SwapRoute, + V4_ETH_WETH_FAKE_POOL, } from '@uniswap/smart-order-router' import { Pool as V3Pool } from '@uniswap/v3-sdk' import { Pool as V4Pool } from '@uniswap/v4-sdk' diff --git a/test/mocha/e2e/quote.test.ts b/test/mocha/e2e/quote.test.ts index 063c28727..8b91436cc 100644 --- a/test/mocha/e2e/quote.test.ts +++ b/test/mocha/e2e/quote.test.ts @@ -12,7 +12,8 @@ import { NATIVE_CURRENCY, parseAmount, SWAP_ROUTER_02_ADDRESSES, - USDB_BLAST, USDC_BASE, + USDB_BLAST, + USDC_BASE, USDC_BNB, USDC_MAINNET, USDC_NATIVE_ARBITRUM, @@ -26,7 +27,7 @@ import { V4_SEPOLIA_TEST_B, V4_SUPPORTED, WBTC_MAINNET, - WLD_WORLDCHAIN + WLD_WORLDCHAIN, } from '@uniswap/smart-order-router' import { UNIVERSAL_ROUTER_ADDRESS as UNIVERSAL_ROUTER_ADDRESS_BY_CHAIN,