hardhat-ignition-deploy-everything
Version:
A hardhat plugin providing the ability to list and manage a bunch of hardhat-ignition deployments to execute at once (even conditional deployment modules)
23 lines (22 loc) • 547 B
JSON
{
"name": "sample-project-with-ethers",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"hardhat": "^2.22.5",
"hardhat-blueprints": "^1.2.1",
"hardhat-common-tools": "^1.4.0",
"hardhat-enquirer-plus": "^1.4.0",
"hardhat-ignition-deploy-everything": "file:.."
},
"dependencies": {
"enquirer-plus": "^1.0.10"
}
}