We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2.0.0-rc.4
1 parent 5f27fdf commit f2e1453Copy full SHA for f2e1453
.changeset/swift-bottles-promise.md
@@ -0,0 +1,5 @@
1
+---
2
+"create-solana-program": patch
3
4
+
5
+Use `2.0.0-rc.4` version of web3.js
template/clients/js/clients/js/package.json.njk
@@ -42,12 +42,12 @@
42
"homepage": "{{ repositoryUrl }}#readme",
43
"license": "MIT",
44
"peerDependencies": {
45
- "@solana/web3.js": "2.0.0-rc.1"
+ "@solana/web3.js": "2.0.0-rc.4"
46
},
47
"devDependencies": {
48
"@ava/typescript": "^4.1.0",
49
"@solana/eslint-config-solana": "^3.0.3",
50
- "@solana/web3.js": "2.0.0-rc.1",
+ "@solana/web3.js": "2.0.0-rc.4",
51
"@types/node": "^20",
52
"@typescript-eslint/eslint-plugin": "^7.16.1",
53
"@typescript-eslint/parser": "^7.16.1",
0 commit comments