hardhat-deploy 2.0.0-next.62 → 2.0.0-next.63

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hardhat-deploy",
3
- "version": "2.0.0-next.62",
3
+ "version": "2.0.0-next.63",
4
4
  "description": "deployment plugin for hardhat",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -2,7 +2,7 @@
2
2
 
3
3
  This project showcases a Hardhat 3 project using the [hardhat-deploy](https://github.com/wighawag/hardhat-deploy) plugin (along with the [rocketh](https://github.com/wighawag/rocketh) deployment system) and the native Node.js test runner (`node:test`) .
4
4
 
5
- To learn more about the hardhat-deploy and rocketh, please visit the [Documentation](https://rocketh.dev).
5
+ To learn more about hardhat-deploy and rocketh, please visit the [documentation](https://rocketh.dev).
6
6
 
7
7
  ## Project Overview
8
8