Skip to content

Commit

Permalink
Merge pull request #23 from 0xPolygon/gas-estimate
Browse files Browse the repository at this point in the history
add: 15 seconds delay
  • Loading branch information
rahuldamodar94 authored Jul 12, 2024
2 parents a0604e3 + 39b1325 commit fab1ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
}

Expand Down

0 comments on commit fab1ebf

Please sign in to comment.