From 1eae3ace4cfe5d0733023a96f436a02355a30b2f Mon Sep 17 00:00:00 2001 From: trungbach Date: Fri, 16 Aug 2024 14:08:09 +0700 Subject: [PATCH] orai: disabled no-constant-condition for while true --- projects/oraidex-v3/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/oraidex-v3/index.js b/projects/oraidex-v3/index.js index e5840f567614..1ded93b5471a 100644 --- a/projects/oraidex-v3/index.js +++ b/projects/oraidex-v3/index.js @@ -22,6 +22,7 @@ async function tvl() { try { const CHUNK_SIZE = 100 const pools = [] + // eslint-disable-next-line no-constant-condition while (true) { const res = await oraichainQueryData({ contract: AMM_V3_CONTRACT,