Skip to content

Commit 4c43746

Browse files
committed
chore: increase turnkey getEvmTransactionReceipt poll interval
1 parent b85c4ca commit 4c43746

File tree

1 file changed

+2
-2
lines changed
  • packages/wallets/wallet-turnkey/src/strategy

1 file changed

+2
-2
lines changed

packages/wallets/wallet-turnkey/src/strategy/strategy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,8 @@ export class TurnkeyWalletStrategy
339339
): Promise<Record<string, any>> {
340340
const options = this.ethereumOptions
341341

342-
const maxAttempts = 5
343-
const interval = 1000
342+
const maxAttempts = 10
343+
const interval = 3000
344344
const chainId = ethereumChainId || options.ethereumChainId
345345
const url = options.rpcUrl || options.rpcUrls?.[chainId]
346346

0 commit comments

Comments
 (0)