diff --git a/src/methods/swap/rates.ts b/src/methods/swap/rates.ts index 3fc6efa9..9d81f7dc 100644 --- a/src/methods/swap/rates.ts +++ b/src/methods/swap/rates.ts @@ -1,9 +1,4 @@ -import { - SwapSide, - ContractMethod, - API_URL, - DEFAULT_VERSION, -} from '../../constants'; +import { ContractMethod, API_URL, DEFAULT_VERSION } from '../../constants'; import { constructSearchString } from '../../helpers/misc'; import type { ConstructFetchInput,