We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00021c3 commit a84196dCopy full SHA for a84196d
projects/justSwap/index.js
@@ -35,7 +35,7 @@ async function tvl(api) {
35
}
36
37
const multicallContract = 'TEazPvZwDjDtFeJupyo7QunvnrnUjPH8ED'
38
- const chunks = sliceIntoChunks(allPairs, 100)
+ const chunks = sliceIntoChunks(allPairs, 500)
39
40
const chunkCount = chunks.length
41
console.log(`Processing ${chunkCount} chunks of calls to get TRX balance`)
0 commit comments