diff --git a/packages/cli/src/deploy/waitForTransactions.ts b/packages/cli/src/deploy/waitForTransactions.ts index 134e91d607..81fbc58851 100644 --- a/packages/cli/src/deploy/waitForTransactions.ts +++ b/packages/cli/src/deploy/waitForTransactions.ts @@ -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}`);