We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2.0.0-rc.1
1 parent 218cebf commit 380ec4fCopy full SHA for 380ec4f
.changeset/stupid-ducks-shop.md
@@ -0,0 +1,5 @@
1
+---
2
+"create-solana-program": patch
3
4
+
5
+Use `2.0.0-rc.1` version of web3.js
template/clients/js/clients/js/package.json.njk
@@ -34,13 +34,13 @@
34
},
35
"license": "MIT",
36
"peerDependencies": {
37
- "@solana/web3.js": "2.0.0-rc.0"
+ "@solana/web3.js": "2.0.0-rc.1"
38
39
"devDependencies": {
40
"@ava/typescript": "^4.1.0",
41
"@solana/eslint-config-solana": "^3.0.3",
42
- "@solana/web3.js": "2.0.0-rc.0",
43
- "@solana/webcrypto-ed25519-polyfill": "2.0.0-rc.0",
+ "@solana/web3.js": "2.0.0-rc.1",
+ "@solana/webcrypto-ed25519-polyfill": "2.0.0-rc.1",
44
"@types/node": "^20",
45
"@typescript-eslint/eslint-plugin": "^7.16.1",
46
"@typescript-eslint/parser": "^7.16.1",
0 commit comments