0.1.5 • Published 3 years ago

hardhat-create2any v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

hardhat-Create2any

Hardhat plugin to automatically deploy the create2any contract.

Installation

yarn add --dev hardhat-create2any

Import 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");
0.1.5

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago