Skip to content

Commit

Permalink
increase retry count
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs committed Sep 18, 2024
1 parent 37b868a commit 88028b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/deploy/waitForTransactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export async function waitForTransactions({
hash,
pollingInterval: 100,
retryDelay: ({ count }) => 2 ** count * 200,
retryCount: 8,
});
if (receipt.status === "reverted") {
throw new Error(`Transaction reverted: ${hash}`);
Expand Down

0 comments on commit 88028b7

Please sign in to comment.