From 24bd304cdd226f19c5740485473327df0780fc0d Mon Sep 17 00:00:00 2001 From: jsy1218 <91580504+jsy1218@users.noreply.github.com> Date: Wed, 16 Oct 2024 10:24:51 -0700 Subject: [PATCH] also fix routeToString --- src/util/routes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/routes.ts b/src/util/routes.ts index b251de418..6884230b0 100644 --- a/src/util/routes.ts +++ b/src/util/routes.ts @@ -1,4 +1,4 @@ -import { ADDRESS_ZERO, Protocol } from '@uniswap/router-sdk'; +import { Protocol } from '@uniswap/router-sdk'; import { Currency, Percent } from '@uniswap/sdk-core'; import { Pair } from '@uniswap/v2-sdk'; import { Pool as V3Pool } from '@uniswap/v3-sdk';