update sunswap v1

This commit is contained in:
g1nt0ki
2025-11-07 19:43:42 +01:00
parent 00021c3e64
commit a84196d045

View File

@@ -35,7 +35,7 @@ async function tvl(api) {
}
const multicallContract = 'TEazPvZwDjDtFeJupyo7QunvnrnUjPH8ED'
const chunks = sliceIntoChunks(allPairs, 100)
const chunks = sliceIntoChunks(allPairs, 500)
const chunkCount = chunks.length
console.log(`Processing ${chunkCount} chunks of calls to get TRX balance`)