Skip to content

Commit

Permalink
refactor(*): remove Pera v2 beta wallet support
Browse files Browse the repository at this point in the history
Remove support for `@perawallet/connect-beta` package and `PERA2` wallet type.
Users should migrate to the stable `@perawallet/connect@^1.4.0` package and
`PERA` wallet provider.
  • Loading branch information
drichar committed Jan 8, 2025
1 parent dac46a2 commit 9562ab4
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 1,110 deletions.
4 changes: 0 additions & 4 deletions packages/use-wallet-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"peerDependencies": {
"@blockshake/defly-connect": "^1.2.0",
"@magic-ext/algorand": "^23.18.0",
"@perawallet/connect-beta": "^2.0.21",
"@walletconnect/modal": "^2.7.0",
"@perawallet/connect": "^1.4.0",
"@walletconnect/sign-client": "^2.17.2",
Expand All @@ -73,9 +72,6 @@
"@perawallet/connect": {
"optional": true
},
"@perawallet/connect-beta": {
"optional": true
},
"@walletconnect/modal": {
"optional": true
},
Expand Down
4 changes: 0 additions & 4 deletions packages/use-wallet-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
"@blockshake/defly-connect": "^1.2.0",
"@magic-ext/algorand": "^23.18.0",
"@perawallet/connect": "^1.4.0",
"@perawallet/connect-beta": "^2.0.21",
"@walletconnect/modal": "^2.7.0",
"@walletconnect/sign-client": "^2.17.2",
"algosdk": "^3.0.0",
Expand All @@ -93,9 +92,6 @@
"@perawallet/connect": {
"optional": true
},
"@perawallet/connect-beta": {
"optional": true
},
"@walletconnect/modal": {
"optional": true
},
Expand Down
4 changes: 0 additions & 4 deletions packages/use-wallet-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"@blockshake/defly-connect": "^1.2.0",
"@magic-ext/algorand": "^23.18.0",
"@perawallet/connect": "^1.4.0",
"@perawallet/connect-beta": "^2.0.21",
"@walletconnect/modal": "^2.7.0",
"@walletconnect/sign-client": "^2.17.2",
"algosdk": "^3.0.0",
Expand All @@ -69,9 +68,6 @@
"@perawallet/connect": {
"optional": true
},
"@perawallet/connect-beta": {
"optional": true
},
"@walletconnect/modal": {
"optional": true
},
Expand Down
5 changes: 0 additions & 5 deletions packages/use-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"@magic-ext/algorand": "23.18.0",
"@magic-sdk/provider": "28.18.0",
"@perawallet/connect": "1.4.0",
"@perawallet/connect-beta": "2.0.21",
"@types/node": "20.11.30",
"@walletconnect/modal": "2.7.0",
"@walletconnect/modal-core": "2.7.0",
Expand All @@ -63,7 +62,6 @@
"@algorandfoundation/liquid-auth-use-wallet-client": "1.1.0",
"@blockshake/defly-connect": "^1.1.6",
"@perawallet/connect": "^1.4.0",
"@perawallet/connect-beta": "^2.0.21",
"@walletconnect/modal": "^2.7.0",
"@walletconnect/sign-client": "^2.17.2",
"algosdk": "^3.0.0",
Expand All @@ -82,9 +80,6 @@
"@perawallet/connect": {
"optional": true
},
"@perawallet/connect-beta": {
"optional": true
},
"@walletconnect/modal": {
"optional": true
},
Expand Down
Loading

0 comments on commit 9562ab4

Please sign in to comment.