ソースを参照

replace solana-labs/wallet-adapter with anza-xyz/wallet-adapter (#922)

Callum McIntyre 1 年間 前
コミット
9a4529318a
61 ファイル変更86 行追加86 行削除
  1. 4 4
      .github/label-actions.yml
  2. 3 3
      APP.md
  3. 1 1
      BUILD.md
  4. 15 15
      FAQ.md
  5. 5 5
      README.md
  6. 1 1
      package.json
  7. 1 1
      packages/core/base/package.json
  8. 1 1
      packages/core/react/package.json
  9. 1 1
      packages/core/react/src/__tests__/WalletProviderBase-test.tsx
  10. 1 1
      packages/starter/create-react-app-starter/package.json
  11. 1 1
      packages/starter/example/package.json
  12. 1 1
      packages/starter/material-ui-starter/package.json
  13. 1 1
      packages/starter/nextjs-starter/package.json
  14. 1 1
      packages/starter/react-ui-starter/package.json
  15. 2 2
      packages/ui/ant-design/README.md
  16. 1 1
      packages/ui/ant-design/package.json
  17. 1 1
      packages/ui/base-ui/package.json
  18. 1 1
      packages/ui/material-ui/package.json
  19. 1 1
      packages/ui/react-ui/package.json
  20. 1 1
      packages/wallets/alpha/package.json
  21. 1 1
      packages/wallets/avana/package.json
  22. 1 1
      packages/wallets/bitkeep/package.json
  23. 1 1
      packages/wallets/bitpie/package.json
  24. 1 1
      packages/wallets/clover/package.json
  25. 1 1
      packages/wallets/coin98/package.json
  26. 1 1
      packages/wallets/coinbase/README.md
  27. 1 1
      packages/wallets/coinbase/package.json
  28. 1 1
      packages/wallets/coinhub/package.json
  29. 1 1
      packages/wallets/fractal/README.md
  30. 1 1
      packages/wallets/fractal/package.json
  31. 1 1
      packages/wallets/huobi/package.json
  32. 1 1
      packages/wallets/hyperpay/package.json
  33. 1 1
      packages/wallets/keystone/package.json
  34. 1 1
      packages/wallets/krystal/package.json
  35. 1 1
      packages/wallets/ledger/package.json
  36. 1 1
      packages/wallets/mathwallet/package.json
  37. 1 1
      packages/wallets/neko/package.json
  38. 1 1
      packages/wallets/nightly/package.json
  39. 1 1
      packages/wallets/nufi/package.json
  40. 1 1
      packages/wallets/onto/package.json
  41. 1 1
      packages/wallets/particle/package.json
  42. 1 1
      packages/wallets/phantom/package.json
  43. 1 1
      packages/wallets/safepal/package.json
  44. 1 1
      packages/wallets/saifu/package.json
  45. 1 1
      packages/wallets/salmon/package.json
  46. 1 1
      packages/wallets/sky/package.json
  47. 1 1
      packages/wallets/solflare/package.json
  48. 1 1
      packages/wallets/solong/package.json
  49. 1 1
      packages/wallets/spot/package.json
  50. 1 1
      packages/wallets/tokenary/package.json
  51. 1 1
      packages/wallets/tokenpocket/package.json
  52. 1 1
      packages/wallets/torus/package.json
  53. 1 1
      packages/wallets/trezor/package.json
  54. 1 1
      packages/wallets/trust/package.json
  55. 1 1
      packages/wallets/unsafe-burner/README.md
  56. 1 1
      packages/wallets/unsafe-burner/package.json
  57. 2 2
      packages/wallets/unsafe-burner/src/adapter.ts
  58. 1 1
      packages/wallets/walletconnect/README.md
  59. 1 1
      packages/wallets/walletconnect/package.json
  60. 1 1
      packages/wallets/wallets/package.json
  61. 1 1
      packages/wallets/xdefi/package.json

+ 4 - 4
.github/label-actions.yml

@@ -37,9 +37,9 @@ use-wallet-standard:
 
 
 
 
       Thanks for your contribution. We are no longer accepting PRs of adapters for this type of wallet. You can
       Thanks for your contribution. We are no longer accepting PRs of adapters for this type of wallet. You can
-      [read about this policy here](https://github.com/solana-labs/wallet-adapter/blob/master/WALLET.md),
+      [read about this policy here](https://github.com/anza-xyz/wallet-adapter/blob/master/WALLET.md),
       but more importantly, please check out
       but more importantly, please check out
-      [this guide for wallets](https://github.com/solana-labs/wallet-standard/blob/master/WALLET.md)
+      [this guide for wallets](https://github.com/anza-xyz/wallet-standard/blob/master/WALLET.md)
       to implement the Wallet Standard.
       to implement the Wallet Standard.
 
 
 
 
@@ -48,14 +48,14 @@ use-wallet-standard:
       and looking at the reference implementations, if you have questions on how to do this, please open an issue here:
       and looking at the reference implementations, if you have questions on how to do this, please open an issue here:
 
 
 
 
-      https://github.com/solana-labs/wallet-standard
+      https://github.com/anza-xyz/wallet-standard
 
 
 
 
       ---
       ---
 
 
 
 
       _This
       _This
-      [automated message](https://github.com/solana-labs/solana/blob/master/.github/label-actions.yml)
+      [automated message](https://github.com/anza-xyz/wallet-adapter/blob/master/.github/label-actions.yml)
       is a result of having added the ‘use-wallet-standard’ tag_.
       is a result of having added the ‘use-wallet-standard’ tag_.
 
 
     # Close the issue
     # Close the issue

+ 3 - 3
APP.md

@@ -2,11 +2,11 @@
 
 
 This is a quick setup guide with examples of how to add Wallet Adapter to a React-based Solana app.
 This is a quick setup guide with examples of how to add Wallet Adapter to a React-based Solana app.
 
 
-See the [packages](https://github.com/solana-labs/wallet-adapter/blob/master/PACKAGES.md) and [FAQ](https://github.com/solana-labs/wallet-adapter/blob/master/FAQ.md) for other supported frontend frameworks.
+See the [packages](https://github.com/anza-xyz/wallet-adapter/blob/master/PACKAGES.md) and [FAQ](https://github.com/anza-xyz/wallet-adapter/blob/master/FAQ.md) for other supported frontend frameworks.
 
 
 ## Quick Setup (using React UI)
 ## Quick Setup (using React UI)
 
 
-There are also [material-ui](https://github.com/solana-labs/wallet-adapter/tree/master/packages/ui/material-ui) and [ant-design](https://github.com/solana-labs/wallet-adapter/tree/master/packages/ui/ant-design) packages if you use those UI component frameworks.
+There are also [material-ui](https://github.com/anza-xyz/wallet-adapter/tree/master/packages/ui/material-ui) and [ant-design](https://github.com/anza-xyz/wallet-adapter/tree/master/packages/ui/ant-design) packages if you use those UI component frameworks.
 
 
 ### Install
 ### Install
 
 
@@ -54,7 +54,7 @@ export const Wallet: FC = () => {
              *   - Solana Mobile Stack Mobile Wallet Adapter Protocol
              *   - Solana Mobile Stack Mobile Wallet Adapter Protocol
              *     (https://github.com/solana-mobile/mobile-wallet-adapter)
              *     (https://github.com/solana-mobile/mobile-wallet-adapter)
              *   - Solana Wallet Standard
              *   - Solana Wallet Standard
-             *     (https://github.com/solana-labs/wallet-standard)
+             *     (https://github.com/anza-xyz/wallet-standard)
              *
              *
              * If you wish to support a wallet that supports neither of those standards,
              * If you wish to support a wallet that supports neither of those standards,
              * instantiate its legacy wallet adapter here. Common legacy adapters can be found
              * instantiate its legacy wallet adapter here. Common legacy adapters can be found

+ 1 - 1
BUILD.md

@@ -18,7 +18,7 @@ corepack prepare pnpm@8.1.0 --activate
 
 
 ### 1. Clone the project:
 ### 1. Clone the project:
 ```shell
 ```shell
-git clone https://github.com/solana-labs/wallet-adapter.git
+git clone https://github.com/anza-xyz/wallet-adapter.git
 ```
 ```
 
 
 ### 2. Install dependencies:
 ### 2. Install dependencies:

+ 15 - 15
FAQ.md

@@ -11,36 +11,36 @@ Please search https://solana.stackexchange.com and the issues in the repo. Issue
 
 
 ## I am building an app, how do I use this?
 ## I am building an app, how do I use this?
 
 
-See the guide [Wallet Adapter for Solana Apps](https://github.com/solana-labs/wallet-adapter/blob/master/APP.md).
+See the guide [Wallet Adapter for Solana Apps](https://github.com/anza-xyz/wallet-adapter/blob/master/APP.md).
 
 
 ## I am building a wallet, how do I use this?
 ## I am building a wallet, how do I use this?
 
 
-See the guide [Wallet Adapter for Solana Wallets](https://github.com/solana-labs/wallet-adapter/blob/master/WALLET.md).
+See the guide [Wallet Adapter for Solana Wallets](https://github.com/anza-xyz/wallet-adapter/blob/master/WALLET.md).
 
 
 ## How can I get support?
 ## How can I get support?
 
 
 Please ask questions on the [Solana Stack Exchange](https://solana.stackexchange.com).
 Please ask questions on the [Solana Stack Exchange](https://solana.stackexchange.com).
 
 
-After reading this FAQ, if you've found a bug or if you'd like to request a feature, please [open an issue](https://github.com/solana-labs/wallet-adapter/issues/new).
+After reading this FAQ, if you've found a bug or if you'd like to request a feature, please [open an issue](https://github.com/anza-xyz/wallet-adapter/issues/new).
 
 
 ## Can I use this with ___?
 ## Can I use this with ___?
 
 
 ### React
 ### React
-Yes, see the [react-ui-starter](https://github.com/solana-labs/wallet-adapter/tree/master/packages/starter/react-ui-starter) package.
+Yes, see the [react-ui-starter](https://github.com/anza-xyz/wallet-adapter/tree/master/packages/starter/react-ui-starter) package.
 
 
 ### Anchor
 ### Anchor
-Yes, use the [`useAnchorWallet()`](https://github.com/solana-labs/wallet-adapter/blob/master/packages/core/react/src/useAnchorWallet.ts) hook in the React package to easily get an [Anchor-compatible Wallet interface](https://github.com/project-serum/anchor/blob/0faed886002a9b01ad0513c860e19d7570cb0221/ts/src/provider.ts#L220-L224).
+Yes, use the [`useAnchorWallet()`](https://github.com/anza-xyz/wallet-adapter/blob/master/packages/core/react/src/useAnchorWallet.ts) hook in the React package to easily get an [Anchor-compatible Wallet interface](https://github.com/project-serum/anchor/blob/0faed886002a9b01ad0513c860e19d7570cb0221/ts/src/provider.ts#L220-L224).
 
 
 ### Next.js (with React)
 ### Next.js (with React)
-Yes, see the [nextjs-starter](https://github.com/solana-labs/wallet-adapter/tree/master/packages/starter/nextjs-starter) package for very basic configuration, or the [example](https://github.com/solana-labs/wallet-adapter/tree/master/packages/starter/example) package for more complete configuration.
+Yes, see the [nextjs-starter](https://github.com/anza-xyz/wallet-adapter/tree/master/packages/starter/nextjs-starter) package for very basic configuration, or the [example](https://github.com/anza-xyz/wallet-adapter/tree/master/packages/starter/example) package for more complete configuration.
 
 
-If you're using one of the [react-ui](https://github.com/solana-labs/wallet-adapter/tree/master/packages/ui/react-ui), [material-ui](https://github.com/solana-labs/wallet-adapter/tree/master/packages/ui/material-ui), or [ant-design](https://github.com/solana-labs/wallet-adapter/tree/master/packages/ui/ant-design) packages too, make sure to configure the `WalletModalProvider` or `WalletDialogProvider` context [as shown here](https://github.com/solana-labs/wallet-adapter#setup).
+If you're using one of the [react-ui](https://github.com/anza-xyz/wallet-adapter/tree/master/packages/ui/react-ui), [material-ui](https://github.com/anza-xyz/wallet-adapter/tree/master/packages/ui/material-ui), or [ant-design](https://github.com/anza-xyz/wallet-adapter/tree/master/packages/ui/ant-design) packages too, make sure to configure the `WalletModalProvider` or `WalletDialogProvider` context [as shown here](https://github.com/anza-xyz/wallet-adapter#setup).
 
 
 ### Material UI (with React)
 ### Material UI (with React)
-Yes, see the [material-ui-starter](https://github.com/solana-labs/wallet-adapter/tree/master/packages/starter/material-ui-starter) package.
+Yes, see the [material-ui-starter](https://github.com/anza-xyz/wallet-adapter/tree/master/packages/starter/material-ui-starter) package.
 
 
 ### Ant Design (with React)
 ### Ant Design (with React)
-Yes, see the [ant-design](https://github.com/solana-labs/wallet-adapter/tree/master/packages/core/ant-design) package.
+Yes, see the [ant-design](https://github.com/anza-xyz/wallet-adapter/tree/master/packages/core/ant-design) package.
 
 
 ### Vue
 ### Vue
 Yes, see the community-maintained [Vue](https://github.com/lorisleiva/solana-wallets-vue) package.
 Yes, see the community-maintained [Vue](https://github.com/lorisleiva/solana-wallets-vue) package.
@@ -86,7 +86,7 @@ Most of the packages are built using the TypeScript compiler, which outputs modu
 
 
 If you're using Create React App, craco, or one of the React-based starter projects using them, this should be handled automatically.
 If you're using Create React App, craco, or one of the React-based starter projects using them, this should be handled automatically.
 
 
-If you're using Next.js, this requires configuration, which is provided in the [nextjs-starter](https://github.com/solana-labs/wallet-adapter/tree/master/packages/starter/nextjs-starter) package.
+If you're using Next.js, this requires configuration, which is provided in the [nextjs-starter](https://github.com/anza-xyz/wallet-adapter/tree/master/packages/starter/nextjs-starter) package.
 
 
 If you're using something else, you may have to configure your build tool to transpile the packages similarly to how it's done in the Next.js config.
 If you're using something else, you may have to configure your build tool to transpile the packages similarly to how it's done in the Next.js config.
 Please open an issue or pull request to document your solution!
 Please open an issue or pull request to document your solution!
@@ -95,14 +95,14 @@ Please open an issue or pull request to document your solution!
 
 
 ### `Failed to compile. [...] Module not found: Can't resolve [...]`
 ### `Failed to compile. [...] Module not found: Can't resolve [...]`
 
 
-This can happen if you're cloning the project and [building it from the source](https://github.com/solana-labs/wallet-adapter/blob/master/README.md#build-from-source) and you missed a step.
+This can happen if you're cloning the project and [building it from the source](https://github.com/anza-xyz/wallet-adapter/blob/master/README.md#build-from-source) and you missed a step.
 
 
-If this doesn't fix the problem, please [open an issue](https://github.com/solana-labs/wallet-adapter/issues/new).
+If this doesn't fix the problem, please [open an issue](https://github.com/anza-xyz/wallet-adapter/issues/new).
 
 
 ### `[...] is not a function` / `[...] is undefined` / `Uncaught TypeError: Cannot destructure property` / `Uncaught (in promise) WalletNotConnectedError`
 ### `[...] is not a function` / `[...] is undefined` / `Uncaught TypeError: Cannot destructure property` / `Uncaught (in promise) WalletNotConnectedError`
 
 
-This can happen if you don't wrap your app with the `WalletContext` and `ConnectionContext` provided by the [react](https://github.com/solana-labs/wallet-adapter/tree/master/packages/core/react) package.
-See issues [#62](https://github.com/solana-labs/wallet-adapter/issues/62#issuecomment-916421795), [#73](https://github.com/solana-labs/wallet-adapter/issues/73#issuecomment-919237687), and [#85](https://github.com/solana-labs/wallet-adapter/issues/85).
+This can happen if you don't wrap your app with the `WalletContext` and `ConnectionContext` provided by the [react](https://github.com/anza-xyz/wallet-adapter/tree/master/packages/core/react) package.
+See issues [#62](https://github.com/anza-xyz/wallet-adapter/issues/62#issuecomment-916421795), [#73](https://github.com/anza-xyz/wallet-adapter/issues/73#issuecomment-919237687), and [#85](https://github.com/anza-xyz/wallet-adapter/issues/85).
 
 
 This shouldn't happen if you're using one of the starter projects, since they set up the contexts for you.
 This shouldn't happen if you're using one of the starter projects, since they set up the contexts for you.
 
 
@@ -113,4 +113,4 @@ This can happen if you try to use `signTransaction`, `signAllTransactions`, or `
 `sendTransaction` is the primary method that all wallets support, and it signs transactions.
 `sendTransaction` is the primary method that all wallets support, and it signs transactions.
 The other methods are optional APIs, so you have to feature-detect them before using them.
 The other methods are optional APIs, so you have to feature-detect them before using them.
 
 
-Please see [issue #72](https://github.com/solana-labs/wallet-adapter/issues/72#issuecomment-919232595).
+Please see [issue #72](https://github.com/anza-xyz/wallet-adapter/issues/72#issuecomment-919232595).

+ 5 - 5
README.md

@@ -4,11 +4,11 @@ Modular TypeScript wallet adapters and components for Solana applications.
 
 
 - [Demo](https://anza-xyz.github.io/wallet-adapter/example)
 - [Demo](https://anza-xyz.github.io/wallet-adapter/example)
 - [TypeScript Docs](https://anza-xyz.github.io/wallet-adapter/)
 - [TypeScript Docs](https://anza-xyz.github.io/wallet-adapter/)
-- [For Solana Apps](https://github.com/solana-labs/wallet-adapter/blob/master/APP.md)
-- [For Solana Wallets](https://github.com/solana-labs/wallet-adapter/blob/master/WALLET.md)
-- [Packages](https://github.com/solana-labs/wallet-adapter/blob/master/PACKAGES.md)
-- [FAQ (Frequently Asked Questions)](https://github.com/solana-labs/wallet-adapter/blob/master/FAQ.md)
-- [Build from Source](https://github.com/solana-labs/wallet-adapter/blob/master/BUILD.md)
+- [For Solana Apps](https://github.com/anza-xyz/wallet-adapter/blob/master/APP.md)
+- [For Solana Wallets](https://github.com/anza-xyz/wallet-adapter/blob/master/WALLET.md)
+- [Packages](https://github.com/anza-xyz/wallet-adapter/blob/master/PACKAGES.md)
+- [FAQ (Frequently Asked Questions)](https://github.com/anza-xyz/wallet-adapter/blob/master/FAQ.md)
+- [Build from Source](https://github.com/anza-xyz/wallet-adapter/blob/master/BUILD.md)
 
 
 
 
 ![Wallets](wallets.png)
 ![Wallets](wallets.png)

+ 1 - 1
package.json

@@ -2,7 +2,7 @@
     "private": true,
     "private": true,
     "name": "@solana/wallet-adapter",
     "name": "@solana/wallet-adapter",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "engines": {
     "engines": {
         "node": ">=16",
         "node": ">=16",

+ 1 - 1
packages/core/base/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-base",
     "name": "@solana/wallet-adapter-base",
     "version": "0.9.23",
     "version": "0.9.23",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/core/react/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-react",
     "name": "@solana/wallet-adapter-react",
     "version": "0.15.35",
     "version": "0.15.35",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/core/react/src/__tests__/WalletProviderBase-test.tsx

@@ -294,7 +294,7 @@ describe('WalletProviderBase', () => {
                     renderTest({ adapter: fooWalletAdapter, onError: differentOnError });
                     renderTest({ adapter: fooWalletAdapter, onError: differentOnError });
                 });
                 });
                 it('does not cause state to be cleared when it changes', () => {
                 it('does not cause state to be cleared when it changes', () => {
-                    // Regression test for https://github.com/solana-labs/wallet-adapter/issues/636
+                    // Regression test for https://github.com/anza-xyz/wallet-adapter/issues/636
                     expect(ref.current?.getWalletContextState()).toMatchObject({
                     expect(ref.current?.getWalletContextState()).toMatchObject({
                         connected: true,
                         connected: true,
                     });
                     });

+ 1 - 1
packages/starter/create-react-app-starter/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-create-react-app-starter",
     "name": "@solana/wallet-adapter-create-react-app-starter",
     "version": "0.1.28",
     "version": "0.1.28",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/starter/example/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-example",
     "name": "@solana/wallet-adapter-example",
     "version": "0.18.34",
     "version": "0.18.34",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/starter/material-ui-starter/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-material-ui-starter",
     "name": "@solana/wallet-adapter-material-ui-starter",
     "version": "0.13.30",
     "version": "0.13.30",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/starter/nextjs-starter/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-nextjs-starter",
     "name": "@solana/wallet-adapter-nextjs-starter",
     "version": "0.8.30",
     "version": "0.8.30",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/starter/react-ui-starter/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-react-ui-starter",
     "name": "@solana/wallet-adapter-react-ui-starter",
     "version": "0.9.31",
     "version": "0.9.31",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 2 - 2
packages/ui/ant-design/README.md

@@ -1,7 +1,7 @@
 # `@solana/wallet-adapter-ant-design`
 # `@solana/wallet-adapter-ant-design`
 
 
 # Quick Setup (using Create-React-App with craco-less)
 # Quick Setup (using Create-React-App with craco-less)
-See the [example](https://github.com/solana-labs/wallet-adapter/tree/master/packages/example) package for more usage.
+See the [example](https://github.com/anza-xyz/wallet-adapter/tree/master/packages/example) package for more usage.
 
 
 ## Install
 ## Install
 
 
@@ -47,7 +47,7 @@ npm install --save \
 
 
 
 
 ## Usage
 ## Usage
-Check out usage in the [example](https://github.com/solana-labs/wallet-adapter/tree/master/packages/starter/example) package.
+Check out usage in the [example](https://github.com/anza-xyz/wallet-adapter/tree/master/packages/starter/example) package.
 
 
 ## Overrides
 ## Overrides
 
 

+ 1 - 1
packages/ui/ant-design/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-ant-design",
     "name": "@solana/wallet-adapter-ant-design",
     "version": "0.11.32",
     "version": "0.11.32",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/ui/base-ui/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-base-ui",
     "name": "@solana/wallet-adapter-base-ui",
     "version": "0.1.2",
     "version": "0.1.2",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/ui/material-ui/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-material-ui",
     "name": "@solana/wallet-adapter-material-ui",
     "version": "0.16.34",
     "version": "0.16.34",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/ui/react-ui/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-react-ui",
     "name": "@solana/wallet-adapter-react-ui",
     "version": "0.9.35",
     "version": "0.9.35",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/wallets/alpha/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-alpha",
     "name": "@solana/wallet-adapter-alpha",
     "version": "0.1.10",
     "version": "0.1.10",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/wallets/avana/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-avana",
     "name": "@solana/wallet-adapter-avana",
     "version": "0.1.13",
     "version": "0.1.13",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/wallets/bitkeep/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-bitkeep",
     "name": "@solana/wallet-adapter-bitkeep",
     "version": "0.3.20",
     "version": "0.3.20",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/wallets/bitpie/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-bitpie",
     "name": "@solana/wallet-adapter-bitpie",
     "version": "0.5.18",
     "version": "0.5.18",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/wallets/clover/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-clover",
     "name": "@solana/wallet-adapter-clover",
     "version": "0.4.19",
     "version": "0.4.19",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/wallets/coin98/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-coin98",
     "name": "@solana/wallet-adapter-coin98",
     "version": "0.5.20",
     "version": "0.5.20",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/wallets/coinbase/README.md

@@ -2,7 +2,7 @@
 
 
 This package provides an adapter to enable Solana apps to connect to the Coinbase Wallet browser extension.
 This package provides an adapter to enable Solana apps to connect to the Coinbase Wallet browser extension.
 
 
-For quick setup, please refer to the solana-labs/wallet-adapter [README](https://github.com/solana-labs/wallet-adapter#quick-setup-using-react-ui)
+For quick setup, please refer to the anza-xyz/wallet-adapter [README](https://github.com/anza-xyz/wallet-adapter#quick-setup-using-react-ui)
 
 
 [Coinbase Wallet extension](https://chrome.google.com/webstore/detail/coinbase-wallet-extension/hnfanknocfeofbddgcijnmhnfnkdnaad?hl=en) is the safest and easiest way to use crypto apps in your browser.
 [Coinbase Wallet extension](https://chrome.google.com/webstore/detail/coinbase-wallet-extension/hnfanknocfeofbddgcijnmhnfnkdnaad?hl=en) is the safest and easiest way to use crypto apps in your browser.
 
 

+ 1 - 1
packages/wallets/coinbase/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-coinbase",
     "name": "@solana/wallet-adapter-coinbase",
     "version": "0.1.19",
     "version": "0.1.19",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/wallets/coinhub/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-coinhub",
     "name": "@solana/wallet-adapter-coinhub",
     "version": "0.3.18",
     "version": "0.3.18",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/wallets/fractal/README.md

@@ -2,6 +2,6 @@
 
 
 This package provides an adapter to enable Solana apps to connect to a Fractal Wallet.
 This package provides an adapter to enable Solana apps to connect to a Fractal Wallet.
 
 
-For quick setup, please refer to the solana-labs/wallet-adapter [README](https://github.com/solana-labs/wallet-adapter#quick-setup-using-react-ui)
+For quick setup, please refer to the anza-xyz/wallet-adapter [README](https://github.com/anza-xyz/wallet-adapter#quick-setup-using-react-ui)
 
 
 Integrating with [Fractal's Developer APIs and SDKs](https://developers.fractal.is) is the easiest way to build web3 games.
 Integrating with [Fractal's Developer APIs and SDKs](https://developers.fractal.is) is the easiest way to build web3 games.

+ 1 - 1
packages/wallets/fractal/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-fractal",
     "name": "@solana/wallet-adapter-fractal",
     "version": "0.1.8",
     "version": "0.1.8",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/wallets/huobi/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-huobi",
     "name": "@solana/wallet-adapter-huobi",
     "version": "0.1.15",
     "version": "0.1.15",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/wallets/hyperpay/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-hyperpay",
     "name": "@solana/wallet-adapter-hyperpay",
     "version": "0.1.14",
     "version": "0.1.14",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/wallets/keystone/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-keystone",
     "name": "@solana/wallet-adapter-keystone",
     "version": "0.1.15",
     "version": "0.1.15",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/wallets/krystal/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-krystal",
     "name": "@solana/wallet-adapter-krystal",
     "version": "0.1.12",
     "version": "0.1.12",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/wallets/ledger/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-ledger",
     "name": "@solana/wallet-adapter-ledger",
     "version": "0.9.25",
     "version": "0.9.25",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/wallets/mathwallet/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-mathwallet",
     "name": "@solana/wallet-adapter-mathwallet",
     "version": "0.9.18",
     "version": "0.9.18",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/wallets/neko/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-neko",
     "name": "@solana/wallet-adapter-neko",
     "version": "0.2.12",
     "version": "0.2.12",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/wallets/nightly/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-nightly",
     "name": "@solana/wallet-adapter-nightly",
     "version": "0.1.16",
     "version": "0.1.16",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/wallets/nufi/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-nufi",
     "name": "@solana/wallet-adapter-nufi",
     "version": "0.1.17",
     "version": "0.1.17",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/wallets/onto/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-onto",
     "name": "@solana/wallet-adapter-onto",
     "version": "0.1.7",
     "version": "0.1.7",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/wallets/particle/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-particle",
     "name": "@solana/wallet-adapter-particle",
     "version": "0.1.12",
     "version": "0.1.12",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/wallets/phantom/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-phantom",
     "name": "@solana/wallet-adapter-phantom",
     "version": "0.9.24",
     "version": "0.9.24",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/wallets/safepal/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-safepal",
     "name": "@solana/wallet-adapter-safepal",
     "version": "0.5.18",
     "version": "0.5.18",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/wallets/saifu/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-saifu",
     "name": "@solana/wallet-adapter-saifu",
     "version": "0.1.15",
     "version": "0.1.15",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/wallets/salmon/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-salmon",
     "name": "@solana/wallet-adapter-salmon",
     "version": "0.1.14",
     "version": "0.1.14",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/wallets/sky/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-sky",
     "name": "@solana/wallet-adapter-sky",
     "version": "0.1.15",
     "version": "0.1.15",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/wallets/solflare/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-solflare",
     "name": "@solana/wallet-adapter-solflare",
     "version": "0.6.28",
     "version": "0.6.28",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/wallets/solong/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-solong",
     "name": "@solana/wallet-adapter-solong",
     "version": "0.9.18",
     "version": "0.9.18",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/wallets/spot/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-spot",
     "name": "@solana/wallet-adapter-spot",
     "version": "0.1.15",
     "version": "0.1.15",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/wallets/tokenary/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-tokenary",
     "name": "@solana/wallet-adapter-tokenary",
     "version": "0.1.12",
     "version": "0.1.12",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/wallets/tokenpocket/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-tokenpocket",
     "name": "@solana/wallet-adapter-tokenpocket",
     "version": "0.4.19",
     "version": "0.4.19",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/wallets/torus/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-torus",
     "name": "@solana/wallet-adapter-torus",
     "version": "0.11.28",
     "version": "0.11.28",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/wallets/trezor/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-trezor",
     "name": "@solana/wallet-adapter-trezor",
     "version": "0.1.0",
     "version": "0.1.0",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/wallets/trust/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-trust",
     "name": "@solana/wallet-adapter-trust",
     "version": "0.1.13",
     "version": "0.1.13",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/wallets/unsafe-burner/README.md

@@ -2,4 +2,4 @@
 
 
 This is the default wallet adapter used in the starter packs. This adapter implements the Wallet Adapter interface, but uses an unsafe local keypair to sign messages.
 This is the default wallet adapter used in the starter packs. This adapter implements the Wallet Adapter interface, but uses an unsafe local keypair to sign messages.
 
 
-See https://github.com/solana-labs/wallet-adapter#usage for an example of how to configure your app for compatibility with a list of wallets of your choosing.
+See https://github.com/anza-xyz/wallet-adapter#usage for an example of how to configure your app for compatibility with a list of wallets of your choosing.

+ 1 - 1
packages/wallets/unsafe-burner/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-unsafe-burner",
     "name": "@solana/wallet-adapter-unsafe-burner",
     "version": "0.1.7",
     "version": "0.1.7",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 2 - 2
packages/wallets/unsafe-burner/src/adapter.ts

@@ -19,7 +19,7 @@ export const UnsafeBurnerWalletName = 'Burner Wallet' as WalletName<'Burner Wall
  */
  */
 export class UnsafeBurnerWalletAdapter extends BaseSignInMessageSignerWalletAdapter {
 export class UnsafeBurnerWalletAdapter extends BaseSignInMessageSignerWalletAdapter {
     name = UnsafeBurnerWalletName;
     name = UnsafeBurnerWalletName;
-    url = 'https://github.com/solana-labs/wallet-adapter#usage';
+    url = 'https://github.com/anza-xyz/wallet-adapter#usage';
     icon =
     icon =
         'data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zNCAxMC42djIuN2wtOS41IDE2LjVoLTQuNmw2LTEwLjVhMi4xIDIuMSAwIDEgMCAyLTMuNGw0LjgtOC4zYTQgNCAwIDAgMSAxLjMgM1ptLTQuMyAxOS4xaC0uNmw0LjktOC40djQuMmMwIDIuMy0yIDQuMy00LjMgNC4zWm0yLTI4LjRjLS4zLS44LTEtMS4zLTItMS4zaC0xLjlsLTIuNCA0LjNIMzBsMS43LTNabS0zIDVoLTQuNkwxMC42IDI5LjhoNC43TDI4LjggNi40Wk0xOC43IDBoNC42bC0yLjUgNC4zaC00LjZMMTguNiAwWk0xNSA2LjRoNC42TDYgMjkuOEg0LjJjLS44IDAtMS43LS4zLTIuNC0uOEwxNSA2LjRaTTE0IDBIOS40TDcgNC4zaDQuNkwxNCAwWm0tMy42IDYuNEg1LjdMMCAxNi4ydjhMMTAuMyA2LjRaTTQuMyAwaC40TDAgOC4ydi00QzAgMiAxLjkgMCA0LjMgMFoiIGZpbGw9IiM5OTQ1RkYiLz48L3N2Zz4=';
         'data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zNCAxMC42djIuN2wtOS41IDE2LjVoLTQuNmw2LTEwLjVhMi4xIDIuMSAwIDEgMCAyLTMuNGw0LjgtOC4zYTQgNCAwIDAgMSAxLjMgM1ptLTQuMyAxOS4xaC0uNmw0LjktOC40djQuMmMwIDIuMy0yIDQuMy00LjMgNC4zWm0yLTI4LjRjLS4zLS44LTEtMS4zLTItMS4zaC0xLjlsLTIuNCA0LjNIMzBsMS43LTNabS0zIDVoLTQuNkwxMC42IDI5LjhoNC43TDI4LjggNi40Wk0xOC43IDBoNC42bC0yLjUgNC4zaC00LjZMMTguNiAwWk0xNSA2LjRoNC42TDYgMjkuOEg0LjJjLS44IDAtMS43LS4zLTIuNC0uOEwxNSA2LjRaTTE0IDBIOS40TDcgNC4zaDQuNkwxNCAwWm0tMy42IDYuNEg1LjdMMCAxNi4ydjhMMTAuMyA2LjRaTTQuMyAwaC40TDAgOC4ydi00QzAgMiAxLjkgMCA0LjMgMFoiIGZpbGw9IiM5OTQ1RkYiLz48L3N2Zz4=';
     supportedTransactionVersions: ReadonlySet<TransactionVersion> = new Set(['legacy', 0]);
     supportedTransactionVersions: ReadonlySet<TransactionVersion> = new Set(['legacy', 0]);
@@ -36,7 +36,7 @@ export class UnsafeBurnerWalletAdapter extends BaseSignInMessageSignerWalletAdap
             'Your application is presently configured to use the `UnsafeBurnerWalletAdapter`. ' +
             'Your application is presently configured to use the `UnsafeBurnerWalletAdapter`. ' +
                 'Find and remove it, then replace it with a list of adapters for ' +
                 'Find and remove it, then replace it with a list of adapters for ' +
                 'wallets you would like your application to support. See ' +
                 'wallets you would like your application to support. See ' +
-                'https://github.com/solana-labs/wallet-adapter#usage for an example.'
+                'https://github.com/anza-xyz/wallet-adapter#usage for an example.'
         );
         );
     }
     }
 
 

+ 1 - 1
packages/wallets/walletconnect/README.md

@@ -16,7 +16,7 @@ const App = () => {
                   metadata: {
                   metadata: {
                       name: 'Example App',
                       name: 'Example App',
                       description: 'Example App',
                       description: 'Example App',
-                      url: 'https://github.com/solana-labs/wallet-adapter',
+                      url: 'https://github.com/anza-xyz/wallet-adapter',
                       icons: ['https://avatars.githubusercontent.com/u/35608259?s=200'],
                       icons: ['https://avatars.githubusercontent.com/u/35608259?s=200'],
                   },
                   },
               },
               },

+ 1 - 1
packages/wallets/walletconnect/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-walletconnect",
     "name": "@solana/wallet-adapter-walletconnect",
     "version": "0.1.16",
     "version": "0.1.16",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/wallets/wallets/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-wallets",
     "name": "@solana/wallet-adapter-wallets",
     "version": "0.19.30",
     "version": "0.19.30",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"

+ 1 - 1
packages/wallets/xdefi/package.json

@@ -2,7 +2,7 @@
     "name": "@solana/wallet-adapter-xdefi",
     "name": "@solana/wallet-adapter-xdefi",
     "version": "0.1.7",
     "version": "0.1.7",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
-    "repository": "https://github.com/solana-labs/wallet-adapter",
+    "repository": "https://github.com/anza-xyz/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
     "publishConfig": {
     "publishConfig": {
         "access": "public"
         "access": "public"