yarn add @web3-react/torus-connector
chainId: number
initOptions?: any
constructorOptions?: any
import { TorusConnector } from '@web3-react/torus-connector'
const torus = new TorusConnector({ chainId: 1 })
Note: Once the connector has been activated, the Torus SDK instance can be accessed under the .torus
property.