mirror of
https://github.com/Instadapp/assembly.git
synced 2024-07-29 22:37:06 +00:00
Update index.ts
This commit is contained in:
parent
e8122a6e0a
commit
6279625a50
|
@ -57,7 +57,7 @@ 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: 60,
|
requestTimeoutMs: 60000,
|
||||||
pollingInterval: POLLING_INTERVAL,
|
pollingInterval: POLLING_INTERVAL,
|
||||||
baseDerivationPath: "44'/60'/x'/0/0",
|
baseDerivationPath: "44'/60'/x'/0/0",
|
||||||
accountsOffset: 0,
|
accountsOffset: 0,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user