We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b85c4ca commit 4c43746Copy full SHA for 4c43746
packages/wallets/wallet-turnkey/src/strategy/strategy.ts
@@ -339,8 +339,8 @@ export class TurnkeyWalletStrategy
339
): Promise<Record<string, any>> {
340
const options = this.ethereumOptions
341
342
- const maxAttempts = 5
343
- const interval = 1000
+ const maxAttempts = 10
+ const interval = 3000
344
const chainId = ethereumChainId || options.ethereumChainId
345
const url = options.rpcUrl || options.rpcUrls?.[chainId]
346
0 commit comments