Skip to content

Commit

Permalink
Update src/providers/retryProvider.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pxrl authored Feb 17, 2025
1 parent dda5679 commit fcf4b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/retryProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ export class RetryProvider extends ethers.providers.StaticJsonRpcProvider {
return error.error;
} catch {
return;
} // do nothing
}
}

/**
Expand Down

0 comments on commit fcf4b20

Please sign in to comment.