0.1.5 • Published 2 years ago

hardhat-create2any v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago