hardhat-create2any
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i hardhat-create2any

Weekly Downloads

1

Version

0.1.5

License

MIT

Unpacked Size

40 kB

Total Files

8

Last publish

Collaborators

  • ysqi