rocketh 0.19.3 → 0.19.4
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/README.md +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -114,7 +114,7 @@ Just create a new `package.json` file with the following content:
|
|
|
114
114
|
### install dependencies
|
|
115
115
|
|
|
116
116
|
```bash
|
|
117
|
-
pnpm add -D hardhat @types/node typescript forge-std@github:foundry-rs/forge-std#v1.9.4 hardhat-deploy
|
|
117
|
+
pnpm add -D hardhat @types/node typescript forge-std@github:foundry-rs/forge-std#v1.9.4 hardhat-deploy rocketh @rocketh/node @rocketh/deploy @rocketh/read-execute
|
|
118
118
|
```
|
|
119
119
|
|
|
120
120
|
### create a new solidity file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rocketh",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.4",
|
|
4
4
|
"description": "A framework-agnostic smart contract deployment system for Ethereum-compatible networks.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"rocketh",
|
|
@@ -47,17 +47,17 @@
|
|
|
47
47
|
"node": ">=22.0.0"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"abitype": "^1.2.
|
|
50
|
+
"abitype": "^1.2.4",
|
|
51
51
|
"change-case": "^5.4.4",
|
|
52
52
|
"eip-1193": "^0.6.5",
|
|
53
53
|
"eip-1193-jsonrpc-provider": "^0.4.3",
|
|
54
|
-
"ldenv": "^0.
|
|
54
|
+
"ldenv": "^0.5.0",
|
|
55
55
|
"named-logs": "^0.4.1",
|
|
56
|
-
"@rocketh/core": "0.19.
|
|
56
|
+
"@rocketh/core": "0.19.1"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"as-soon": "^0.1.
|
|
60
|
-
"typescript": "^
|
|
59
|
+
"as-soon": "^0.1.6",
|
|
60
|
+
"typescript": "^6.0.3"
|
|
61
61
|
},
|
|
62
62
|
"scripts": {
|
|
63
63
|
"show-chains-with-same-chainId": "tsx show-chains-with-same-chainId.ts",
|