diff --git a/.changeset/lazy-bats-shake.md b/.changeset/lazy-bats-shake.md new file mode 100644 index 0000000..595139d --- /dev/null +++ b/.changeset/lazy-bats-shake.md @@ -0,0 +1,5 @@ +--- +"create-solana-program": minor +--- + +Upgraded to `@solana/kit`; the new name for the 2.0 lineage of `@solana/web3.js` diff --git a/locales/en-US.json b/locales/en-US.json index 1f01e45..05e42bd 100644 --- a/locales/en-US.json +++ b/locales/en-US.json @@ -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", diff --git a/locales/fr-FR.json b/locales/fr-FR.json index b96a230..8d7df3b 100644 --- a/locales/fr-FR.json +++ b/locales/fr-FR.json @@ -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",