diff --git a/hardhat.config.js b/hardhat.config.js index 272fac7..73e04c1 100644 --- a/hardhat.config.js +++ b/hardhat.config.js @@ -1,5 +1,6 @@ require("@nomiclabs/hardhat-waffle") require("hardhat-deploy") +require("hardhat-deploy-ethers") module.exports = { solidity: "0.8.4", diff --git a/package-lock.json b/package-lock.json index c62fd9e..11d48dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 90f17c1..e81a2d2 100644 --- a/package.json +++ b/package.json @@ -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" } }