@thinkanddev/hardhat-erc1820-rsk
v0.1.2
Published
Hardhat plugin to automatically deploy the ERC-1820 Registry contract.
Downloads
4
Readme
@thinkanddev/hardhat-erc1820-rsk
Hardhat plugin to automatically deploy the ERC-1820 Registry contract. This plugin is a fork from hardhat-erc1820 adapted to work on the RSK network
Installation
yarn install @thinkanddev/hardhat-erc1820-rsk
Import the plugin in your hardhat.config.js
:
require("@thinkanddev/hardhat-erc1820-rsk");
Or if you are using TypeScript, in your hardhat.config.ts
:
import "@thinkanddev/hardhat-erc1820-rsk";