External Plugin
This is a third-party plugin. Please report issues in its Github Repository
Hardhat plugin to automatically deploy the ERC-1820 Registry contract.
yarn install hardhat-erc1820
Import the plugin in your hardhat.config.js
:
require("hardhat-erc1820");
Or if you are using TypeScript, in your hardhat.config.ts
:
import "hardhat-erc1820";