1 parent 6f6058f commit 2a54418Copy full SHA for 2a54418
1 file changed
scripts/resolve-anyone-domain-owners.ts
@@ -28,7 +28,7 @@ async function resolveAnyoneDomainOwners() {
28
29
// Batch the requests to avoid rate limiting
30
const batchSize = 10 // Conservative batch size for Infura API
31
- const delayBetweenBatches = 1000 // 1 second delay between batches
+ const delayBetweenBatches = 2000 // 2 seconds delay between batches
32
const tokenOwnersByTokenId: Record<string, string> = {}
33
34
for (let i = 0; i < anyoneDomains.length; i += batchSize) {
0 commit comments