0.1.2 • Published 4 years ago
@thinkanddev/hardhat-erc1820-rsk v0.1.2
@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-rskImport 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";