0.1.3 • Published 2 years ago

impersonator-web3modal v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

impersonator-web3modal

Add Impersonator as Custom provider to web3modal

Usage

import Web3Modal from "web3modal";
import { getImpersonatorProvider } from "impersonator-web3modal";

const web3Modal = new Web3Modal({
  network: "mainnet", // optional
  cacheProvider: false, // optional
  providerOptions: {
    ...getImpersonatorProvider("<INSERT_RPC_URL>"),
  },
});
0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago