mirror of
https://github.com/Instadapp/assembly.git
synced 2024-07-29 22:37:06 +00:00
upgrade dependencies
This commit is contained in:
parent
ec8d1753ac
commit
0392b69aef
|
@ -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
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user