Skip to content

Commit

Permalink
fix: hardhat is hard dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gosuto-inzasheru committed Dec 3, 2024
1 parent 45d4825 commit cb51bcd
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 9 deletions.
169 changes: 164 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"devDependencies": {
"hardhat": "^2.22.16"
},
"dependencies": {
"@chainlink/contracts": "^1.1.1",
"@nomicfoundation/hardhat-ignition": "^0.15.4",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@openzeppelin/contracts": "^5.0.2",
"dotenv": "^16.4.5"
"dotenv": "^16.4.5",
"hardhat": "^2.22.16"
}
}

0 comments on commit cb51bcd

Please sign in to comment.