We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef1645f commit 3bc9118Copy full SHA for 3bc9118
src/provider/rpc.ts
@@ -289,7 +289,7 @@ export class RpcProvider implements ProviderInterface {
289
290
public async waitForTransaction(txHash: BigNumberish, retryInterval: number = 8000) {
291
let onchain = false;
292
- let retries = 100;
+ let retries = 200;
293
294
while (!onchain) {
295
const successStates = ['ACCEPTED_ON_L1', 'ACCEPTED_ON_L2', 'PENDING'];
0 commit comments