Skip to content

Commit a84196d

Browse files
committed
update sunswap v1
1 parent 00021c3 commit a84196d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/justSwap/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ async function tvl(api) {
3535
}
3636

3737
const multicallContract = 'TEazPvZwDjDtFeJupyo7QunvnrnUjPH8ED'
38-
const chunks = sliceIntoChunks(allPairs, 100)
38+
const chunks = sliceIntoChunks(allPairs, 500)
3939

4040
const chunkCount = chunks.length
4141
console.log(`Processing ${chunkCount} chunks of calls to get TRX balance`)

0 commit comments

Comments
 (0)