Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 committed Feb 14, 2025
1 parent ae593b1 commit e8e0191
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion lib/handlers/quote/quote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
5 changes: 3 additions & 2 deletions test/mocha/e2e/quote.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import {
NATIVE_CURRENCY,
parseAmount,
SWAP_ROUTER_02_ADDRESSES,
USDB_BLAST, USDC_BASE,
USDB_BLAST,
USDC_BASE,

Check failure on line 16 in test/mocha/e2e/quote.test.ts

View workflow job for this annotation

GitHub Actions / Run tests

'USDC_BASE' is declared but its value is never read.
USDC_BNB,
USDC_MAINNET,
USDC_NATIVE_ARBITRUM,
Expand All @@ -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,
Expand Down

0 comments on commit e8e0191

Please sign in to comment.