hardhat-create2any
v0.1.5
Published
Hardhat plugin to automatically deploy the ERC-1820 Registry contract.
Readme
hardhat-Create2any
Hardhat plugin to automatically deploy the create2any contract.
Installation
yarn add --dev hardhat-create2anyImport the plugin in your hardhat.config.js:
require("hardhat-create2any");Or if you are using TypeScript, in your hardhat.config.ts:
import "hardhat-create2any";You also can run it as hardhat task:
hre.run("ensureCreate2any");