upgrade dependencies

This commit is contained in:
Georges KABBOUCHI 2021-09-08 20:12:01 +03:00
parent ec8d1753ac
commit 0392b69aef
2 changed files with 936 additions and 1114 deletions

View File

@ -57,9 +57,8 @@ export enum LedgerDerivationPath {
export const ledger = new LedgerConnector({ export const ledger = new LedgerConnector({
chainId: 1, chainId: 1,
url: `https://mainnet.infura.io/v3/${process.env.INFURA_ID}`, url: `https://mainnet.infura.io/v3/${process.env.INFURA_ID}`,
requestTimeoutMs: 60000,
pollingInterval: POLLING_INTERVAL, pollingInterval: POLLING_INTERVAL,
baseDerivationPath: "44'/60'/x'/0/0", baseDerivationPath: LedgerDerivationPath.LedgerLive,
accountsOffset: 0, accountsOffset: 0,
accountsLength: 1 accountsLength: 4
}); });

2045
yarn.lock

File diff suppressed because it is too large Load Diff