Skip to content

Commit

Permalink
add packages to package json (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
dule-git authored Sep 23, 2024
1 parent ff5ce38 commit c343c67
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/hre-extender-v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@ethersproject/bignumber": "^5.7.0",
"ethers": "^5.7.2",
"@nomiclabs/hardhat-ethers": "^2.1.1",
"dotenv": "^16.4.5"
"dotenv": "^16.4.5",
"@tenderly/hardhat-integration": "^1.0.0"
}
}
3 changes: 2 additions & 1 deletion packages/hre-extender-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"@openzeppelin/hardhat-upgrades": "^3.0.1",
"@openzeppelin/upgrades-core": "^1.32.2",
"ethers": "^6.8.1",
"dotenv": "^16.4.5"
"dotenv": "^16.4.5",
"@tenderly/hardhat-integration": "^1.0.0"
}
}
3 changes: 2 additions & 1 deletion packages/tenderly-hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
"ts-node": "^10.9.1",
"tslog": "^4.3.1",
"typescript": "^5.5.4",
"dotenv": "^16.4.5"
"dotenv": "^16.4.5",
"@tenderly/api-client": "^1.0.0"
},
"peerDependencies": {
"hardhat": "^2.22.6"
Expand Down

0 comments on commit c343c67

Please sign in to comment.