diff --git a/src/index.ts b/src/index.ts index d219b6c..39f6202 100644 --- a/src/index.ts +++ b/src/index.ts @@ -26,7 +26,7 @@ let autoClaimService: AutoClaimService; async function run() { while (true) { await autoClaimService.claimTransactions(); - // await new Promise(r => setTimeout(r, 300000)); + await new Promise(r => setTimeout(r, 15000)); } }