1.1.0 • Published 11 months ago

@dexknot/providers v1.1.0

Weekly downloads
-
License
-
Repository
github
Last release
11 months ago

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';