Skip to content

Commit

Permalink
move hardhat-etherscan to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcabot committed Sep 9, 2022
1 parent 01f9e51 commit 838baf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,12 +29,12 @@
},
"dependencies": {
"@nomiclabs/hardhat-ethers": "^2.1.0",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@types/node": "^18.7.1",
"ethers": "^5.6.9",
"typescript": "^4.7.4"
},
"devDependencies": {
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-solhint": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/contracts": "^4.7.3",
Expand Down

0 comments on commit 838baf6

Please sign in to comment.