Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 532 Bytes

trezor.md

File metadata and controls

26 lines (21 loc) · 532 Bytes

web3-react Documentation - Trezor

Install

yarn add @web3-react/trezor-connector

Arguments

chainId: number
url: string
pollingInterval?: number
requestTimeoutMs?: number
config?: any
manifestEmail: string
manifestAppUrl: string

Example

import { TrezorConnector } from '@web3-react/trezor-connector'

const trezor = new TrezorConnector({ chainId: 1, url: '...', manifestEmail: '...', manifestAppUrl: '...' })