We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f204b0e commit 98067edCopy full SHA for 98067ed
1 file changed
packages/transaction-manager/lib/TransactionManager.ts
@@ -183,7 +183,7 @@ export class TransactionManager {
183
184
const retries = _config.rpc.retries || 2
185
const retryDelay = _config.rpc.retryDelay || 50
186
- const timeout = _config.rpc.timeout || 500
+ const timeout = _config.rpc.timeout || 2000
187
188
let transport: ViemTransport
189
if (this.transportProtocol === "http") {
0 commit comments