diff --git a/src/dex/dexalot/dexalot.ts b/src/dex/dexalot/dexalot.ts index ac9747ed5..21d36f43b 100644 --- a/src/dex/dexalot/dexalot.ts +++ b/src/dex/dexalot/dexalot.ts @@ -862,10 +862,6 @@ export class Dexalot extends SimpleExchange implements IDex { tokenAddress: Address, limit: number, ): Promise { - if (await this.isRestricted()) { - return []; - } - const normalizedTokenAddress = normalizeTokenAddress(tokenAddress); const pairs = (await this.getCachedPairs()) || {}; this.tokensMap = (await this.getCachedTokens()) || {};