Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 486 Bytes

ledger.md

File metadata and controls

25 lines (20 loc) · 486 Bytes

web3-react Documentation - Ledger

Install

yarn add @web3-react/ledger-connector

Arguments

chainId: number
url: string
pollingInterval?: number
requestTimeoutMs?: number
accountFetchingConfigs?: any
baseDerivationPath?: string

Example

import { LedgerConnector } from '@web3-react/ledger-connector'

const ledger = new LedgerConnector({ chainId: 1, url: '...' })