Skip to content

Commit

Permalink
orai: disabled no-constant-condition for while true
Browse files Browse the repository at this point in the history
  • Loading branch information
trungbach committed Aug 16, 2024
1 parent 9f04e53 commit 1eae3ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/oraidex-v3/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1eae3ac

Please sign in to comment.