rocketh 0.18.1 → 0.18.3

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -342,7 +342,7 @@ pnpm hardhat compile
342
342
  And finally we can deploy our contracts in a in-memory hardhat network using the following command:
343
343
 
344
344
  ```bash
345
- pnpm hardhat --network default deploy
345
+ pnpm hardhat deploy
346
346
  ```
347
347
 
348
348
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rocketh",
3
- "version": "0.18.1",
3
+ "version": "0.18.3",
4
4
  "description": "A framework-agnostic smart contract deployment system for Ethereum-compatible networks.",
5
5
  "keywords": [
6
6
  "rocketh",
@@ -54,7 +54,7 @@
54
54
  "ldenv": "^0.3.16",
55
55
  "named-logs": "^0.4.1",
56
56
  "viem": "^2.45.1",
57
- "@rocketh/core": "0.18.0"
57
+ "@rocketh/core": "0.18.2"
58
58
  },
59
59
  "devDependencies": {
60
60
  "as-soon": "^0.1.5",