Skip to content

Upgrade from @solana/web3.js to @solana/kit #115

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/lazy-bats-shake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-solana-program": minor
---

Upgraded to `@solana/kit`; the new name for the 2.0 lineage of `@solana/web3.js`
2 changes: 1 addition & 1 deletion locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"selectOptions": {
"js": {
"title": "JavaScript Client",
"desc": "A TypeScript library compatible with the new web3.js"
"desc": "A TypeScript library compatible with @solana/kit"
},
"rust": {
"title": "Rust Client",
Expand Down
2 changes: 1 addition & 1 deletion locales/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"selectOptions": {
"js": {
"title": "Client JavaScript",
"desc": "Une librairie TypeScript compatible avec le nouveau web3.js"
"desc": "Une librairie TypeScript compatible avec @solana/kit"
},
"rust": {
"title": "Client Rust",
Expand Down