yarn add @web3-react/authereum-connector
chainId: number
import { AuthereumConnector } from '@web3-react/authereum-connector'
const authereum = new AuthereumConnector({ chainId: 42 })
Note: Once the connector has been activated, the Authereum SDK instance can be accessed under the .authereum
property.