yarn add @web3-react/walletlink-connector
url: string
appName: string
appLogoUrl?: string
import { WalletLinkConnector } from '@web3-react/walletlink-connector'
const walletlink = new WalletLinkConnector({ url: '...', appName: '...' })
Note: Once the connector has been activated, the WalletLink SDK instance can be accessed under the .walletLink
property.