From 428ccfcd4b256fda1db9b1cf45f34cb2e3cabd90 Mon Sep 17 00:00:00 2001 From: Alexander Burkut Date: Thu, 12 Dec 2024 20:29:57 +0300 Subject: [PATCH] fix requested changes --- src/dex/cables/cables.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/dex/cables/cables.ts b/src/dex/cables/cables.ts index de88af43d..583dcd8b5 100644 --- a/src/dex/cables/cables.ts +++ b/src/dex/cables/cables.ts @@ -388,9 +388,8 @@ export class Cables extends SimpleExchange implements IDex { return this.tokensMap[this.normalizeAddress(address)]; } - getPoolIdentifier(srcAddress: Address, destAddress: Address, mm?: string) { + getPoolIdentifier(srcAddress: Address, destAddress: Address) { return `${this.dexKey}_${srcAddress}_${destAddress}`.toLowerCase(); - return `${this.dexKey}_${srcAddress}_${destAddress}_${mm}`.toLowerCase(); } async getPoolIdentifiers(