@dexknot/providers
v1.1.0
Published
The providers submodule is a part of the monorepo [Dexknot](https://github.com/yozh-io/dexknot) and contains providers.
Downloads
1
Readme
providers
The providers submodule is a part of the monorepo Dexknot and contains providers.
Install
- yarn
yarn add --dev @dexknot/providers
or
- npm
npm install --dev @dexknot/providers
Importing
Individual components can be imported:
import {
JsonRpcConnector,
Provider,
//Hooks
useConnectors,
useJsonRpcUrlsMap,
useSwitchChain,
//Types
ConnectionMethod,
JsonRpcConnectionMap,
//Utils
WalletConnectPopup,
} from '@dexknot/providers';