-
Notifications
You must be signed in to change notification settings - Fork 972
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace solana-labs/wallet-adapter with anza-xyz/wallet-adapter (#922)
- Loading branch information
1 parent
8669528
commit 9a45293
Showing
61 changed files
with
86 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ corepack prepare [email protected] --activate | |
|
||
### 1. Clone the project: | ||
```shell | ||
git clone https://github.com/solana-labs/wallet-adapter.git | ||
git clone https://github.com/anza-xyz/wallet-adapter.git | ||
``` | ||
|
||
### 2. Install dependencies: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"private": true, | ||
"name": "@solana/wallet-adapter", | ||
"author": "Solana Maintainers <[email protected]>", | ||
"repository": "https://github.com/solana-labs/wallet-adapter", | ||
"repository": "https://github.com/anza-xyz/wallet-adapter", | ||
"license": "Apache-2.0", | ||
"engines": { | ||
"node": ">=16", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@solana/wallet-adapter-base", | ||
"version": "0.9.23", | ||
"author": "Solana Maintainers <[email protected]>", | ||
"repository": "https://github.com/solana-labs/wallet-adapter", | ||
"repository": "https://github.com/anza-xyz/wallet-adapter", | ||
"license": "Apache-2.0", | ||
"publishConfig": { | ||
"access": "public" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@solana/wallet-adapter-react", | ||
"version": "0.15.35", | ||
"author": "Solana Maintainers <[email protected]>", | ||
"repository": "https://github.com/solana-labs/wallet-adapter", | ||
"repository": "https://github.com/anza-xyz/wallet-adapter", | ||
"license": "Apache-2.0", | ||
"publishConfig": { | ||
"access": "public" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@solana/wallet-adapter-create-react-app-starter", | ||
"version": "0.1.28", | ||
"author": "Solana Maintainers <[email protected]>", | ||
"repository": "https://github.com/solana-labs/wallet-adapter", | ||
"repository": "https://github.com/anza-xyz/wallet-adapter", | ||
"license": "Apache-2.0", | ||
"publishConfig": { | ||
"access": "public" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@solana/wallet-adapter-example", | ||
"version": "0.18.34", | ||
"author": "Solana Maintainers <[email protected]>", | ||
"repository": "https://github.com/solana-labs/wallet-adapter", | ||
"repository": "https://github.com/anza-xyz/wallet-adapter", | ||
"license": "Apache-2.0", | ||
"publishConfig": { | ||
"access": "public" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@solana/wallet-adapter-material-ui-starter", | ||
"version": "0.13.30", | ||
"author": "Solana Maintainers <[email protected]>", | ||
"repository": "https://github.com/solana-labs/wallet-adapter", | ||
"repository": "https://github.com/anza-xyz/wallet-adapter", | ||
"license": "Apache-2.0", | ||
"publishConfig": { | ||
"access": "public" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@solana/wallet-adapter-nextjs-starter", | ||
"version": "0.8.30", | ||
"author": "Solana Maintainers <[email protected]>", | ||
"repository": "https://github.com/solana-labs/wallet-adapter", | ||
"repository": "https://github.com/anza-xyz/wallet-adapter", | ||
"license": "Apache-2.0", | ||
"publishConfig": { | ||
"access": "public" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@solana/wallet-adapter-react-ui-starter", | ||
"version": "0.9.31", | ||
"author": "Solana Maintainers <[email protected]>", | ||
"repository": "https://github.com/solana-labs/wallet-adapter", | ||
"repository": "https://github.com/anza-xyz/wallet-adapter", | ||
"license": "Apache-2.0", | ||
"publishConfig": { | ||
"access": "public" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@solana/wallet-adapter-ant-design", | ||
"version": "0.11.32", | ||
"author": "Solana Maintainers <[email protected]>", | ||
"repository": "https://github.com/solana-labs/wallet-adapter", | ||
"repository": "https://github.com/anza-xyz/wallet-adapter", | ||
"license": "Apache-2.0", | ||
"publishConfig": { | ||
"access": "public" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@solana/wallet-adapter-base-ui", | ||
"version": "0.1.2", | ||
"author": "Solana Maintainers <[email protected]>", | ||
"repository": "https://github.com/solana-labs/wallet-adapter", | ||
"repository": "https://github.com/anza-xyz/wallet-adapter", | ||
"license": "Apache-2.0", | ||
"publishConfig": { | ||
"access": "public" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@solana/wallet-adapter-material-ui", | ||
"version": "0.16.34", | ||
"author": "Solana Maintainers <[email protected]>", | ||
"repository": "https://github.com/solana-labs/wallet-adapter", | ||
"repository": "https://github.com/anza-xyz/wallet-adapter", | ||
"license": "Apache-2.0", | ||
"publishConfig": { | ||
"access": "public" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@solana/wallet-adapter-react-ui", | ||
"version": "0.9.35", | ||
"author": "Solana Maintainers <[email protected]>", | ||
"repository": "https://github.com/solana-labs/wallet-adapter", | ||
"repository": "https://github.com/anza-xyz/wallet-adapter", | ||
"license": "Apache-2.0", | ||
"publishConfig": { | ||
"access": "public" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@solana/wallet-adapter-alpha", | ||
"version": "0.1.10", | ||
"author": "Solana Maintainers <[email protected]>", | ||
"repository": "https://github.com/solana-labs/wallet-adapter", | ||
"repository": "https://github.com/anza-xyz/wallet-adapter", | ||
"license": "Apache-2.0", | ||
"publishConfig": { | ||
"access": "public" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@solana/wallet-adapter-avana", | ||
"version": "0.1.13", | ||
"author": "Solana Maintainers <[email protected]>", | ||
"repository": "https://github.com/solana-labs/wallet-adapter", | ||
"repository": "https://github.com/anza-xyz/wallet-adapter", | ||
"license": "Apache-2.0", | ||
"publishConfig": { | ||
"access": "public" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@solana/wallet-adapter-bitkeep", | ||
"version": "0.3.20", | ||
"author": "Solana Maintainers <[email protected]>", | ||
"repository": "https://github.com/solana-labs/wallet-adapter", | ||
"repository": "https://github.com/anza-xyz/wallet-adapter", | ||
"license": "Apache-2.0", | ||
"publishConfig": { | ||
"access": "public" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@solana/wallet-adapter-bitpie", | ||
"version": "0.5.18", | ||
"author": "Solana Maintainers <[email protected]>", | ||
"repository": "https://github.com/solana-labs/wallet-adapter", | ||
"repository": "https://github.com/anza-xyz/wallet-adapter", | ||
"license": "Apache-2.0", | ||
"publishConfig": { | ||
"access": "public" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@solana/wallet-adapter-clover", | ||
"version": "0.4.19", | ||
"author": "Solana Maintainers <[email protected]>", | ||
"repository": "https://github.com/solana-labs/wallet-adapter", | ||
"repository": "https://github.com/anza-xyz/wallet-adapter", | ||
"license": "Apache-2.0", | ||
"publishConfig": { | ||
"access": "public" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@solana/wallet-adapter-coin98", | ||
"version": "0.5.20", | ||
"author": "Solana Maintainers <[email protected]>", | ||
"repository": "https://github.com/solana-labs/wallet-adapter", | ||
"repository": "https://github.com/anza-xyz/wallet-adapter", | ||
"license": "Apache-2.0", | ||
"publishConfig": { | ||
"access": "public" | ||
|
Oops, something went wrong.