From 6279625a5030489ba0ee9da8658a16cdea7c90d5 Mon Sep 17 00:00:00 2001 From: Georges KABBOUCHI Date: Tue, 7 Sep 2021 20:21:33 +0300 Subject: [PATCH] Update index.ts --- connectors/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connectors/index.ts b/connectors/index.ts index 402f87b..dff89c6 100644 --- a/connectors/index.ts +++ b/connectors/index.ts @@ -57,7 +57,7 @@ export enum LedgerDerivationPath { export const ledger = new LedgerConnector({ chainId: 1, url: `https://mainnet.infura.io/v3/${process.env.INFURA_ID}`, - requestTimeoutMs: 60, + requestTimeoutMs: 60000, pollingInterval: POLLING_INTERVAL, baseDerivationPath: "44'/60'/x'/0/0", accountsOffset: 0,