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,