0.1.5 • Published 3 years ago
hardhat-create2any v0.1.5
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");