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 ded9560 commit c20144fCopy full SHA for c20144f
script/checks/utils.ts
@@ -3,7 +3,7 @@ import type { PublicClient } from 'viem';
3
4
async function retryOnRateLimit<T>(
5
fn: () => Promise<T>,
6
- maxRetries = 5,
+ maxRetries = 8,
7
initialDelay = 1000,
8
): Promise<T> {
9
let retries = 0;
0 commit comments