Add hardhat-deploy-ethers plugin

This commit is contained in:
Mark Spanbroek 2021-11-16 14:06:37 +01:00 committed by markspanbroek
parent ce4760608b
commit 9b957b9663
3 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,6 @@
require("@nomiclabs/hardhat-waffle")
require("hardhat-deploy")
require("hardhat-deploy-ethers")
module.exports = {
solidity: "0.8.4",

6
package-lock.json generated
View File

@ -11633,6 +11633,12 @@
}
}
},
"hardhat-deploy-ethers": {
"version": "0.3.0-beta.11",
"resolved": "https://registry.npmjs.org/hardhat-deploy-ethers/-/hardhat-deploy-ethers-0.3.0-beta.11.tgz",
"integrity": "sha512-HnniBGBYsFRQDXBy3bQ27i86pQQnHkN0Mxdwiu869jZURY2gDQ4OEZxcXItnWQqBjYiEaavVyw/Xle7qwKOBAg==",
"dev": true
},
"has": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",

View File

@ -12,6 +12,7 @@
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.7",
"hardhat": "^2.6.5",
"hardhat-deploy": "^0.9.8"
"hardhat-deploy": "^0.9.8",
"hardhat-deploy-ethers": "^0.3.0-beta.11"
}
}