Skip to content

Commit 6ed6e40

Browse files
committed
chore: updates passkeys wallet + adds sol support
1 parent 8a940c1 commit 6ed6e40

File tree

4 files changed

+127
-77
lines changed

4 files changed

+127
-77
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
"@swapkit/wallet-exodus": minor
3+
---
4+
5+
feat: Migrate Exodus wallet to Passkeys v4 and add Solana support
6+
7+
- Updated `@passkeys/core` from v3.2.0 to v4.0.0
8+
- Updated `@passkeys/react` from v2.3.3 to v3.0.0
9+
- Migrated from synchronous `wallet.providers` to async `wallet.getProvider(chain)` API
10+
- Added Solana chain support to Exodus wallet integration
11+
- Added `@swapkit/toolbox-solana` dependency
12+
- Refactored provider access pattern - moved all provider retrieval logic into `getWalletMethods`
13+
- Simplified disconnect to use `wallet.disconnect` directly
14+
- Improved error handling for provider retrieval failures

bun.lock

Lines changed: 14 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/wallets/exodus/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"author": "swapkit-oss",
33
"dependencies": {
4-
"@passkeys/core": "3.2.0",
5-
"@passkeys/react": "2.3.3",
4+
"@passkeys/core": "^4.0.0",
5+
"@passkeys/react": "^3.0.0",
66
"@swapkit/helpers": "workspace:*",
77
"@swapkit/toolbox-evm": "workspace:*",
8-
"@swapkit/toolbox-utxo": "workspace:*",
9-
"sats-connect": "2.4.1"
8+
"@swapkit/toolbox-solana": "workspace:*",
9+
"@swapkit/toolbox-utxo": "workspace:*"
1010
},
1111
"description": "SwapKit Wallet Exodus",
1212
"files": [

0 commit comments

Comments
 (0)