web3-react
How to use web3-react
Install
npm i nptconnect-web3react-walletconnect-connector
or
yarn add nptconnect-web3react-walletconnect-connectorusage
import { WalletConnectConnector } from 'nptconnect-web3react-walletconnect-connector';
const POLLING_INTERVAL = 12000;
export const connector = new WalletConnectConnector({
rpc: { [chainId]: rpcUrl },
chainId,
qrcode: true,
pollingInterval: POLLING_INTERVAL, // optional
},
} as any);useWeb3React
Last updated