Skip to content

Commit

Permalink
fix requested change
Browse files Browse the repository at this point in the history
  • Loading branch information
aburkut committed Oct 3, 2023
1 parent 4319b84 commit 93a94ba
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/dex/dexalot/dexalot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -862,10 +862,6 @@ export class Dexalot extends SimpleExchange implements IDex<DexalotData> {
tokenAddress: Address,
limit: number,
): Promise<PoolLiquidity[]> {
if (await this.isRestricted()) {
return [];
}

const normalizedTokenAddress = normalizeTokenAddress(tokenAddress);
const pairs = (await this.getCachedPairs()) || {};
this.tokensMap = (await this.getCachedTokens()) || {};
Expand Down

0 comments on commit 93a94ba

Please sign in to comment.