Add test for destroying and redeploying contract to same address

This commit is contained in:
2022-04-21 17:06:25 +05:30
committed by prathamesh
parent 56c85709c1
commit 849b17f4bd
8 changed files with 177 additions and 92 deletions
+2 -1
View File
@@ -15,7 +15,8 @@
"dependencies": {
"@openzeppelin/contracts": "^4.0.0",
"fastify": "^3.14.2",
"hardhat": "^2.2.0"
"hardhat": "^2.2.0",
"solidity-create2-deployer": "^0.4.0"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",