You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(controllers): add includePayOnly and sort options to fetchWallets
Surface wallets that support WalletConnect Pay but are not v2-compatible
(filtered out by default) and allow sorting WCP-supporting wallets to the
top, via two new useAppKitWallets().fetchWallets() options:
- includePayOnly -> include_pay_only=true query param
- sort: 'wcpay' -> sort=wcpay query param
Both flow through fetchWalletsByPage and searchWallet into the /getWallets
request. Default behavior is unchanged when the options are omitted, so
general AppKit consumers keep hiding WCP-only wallets.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add `includePayOnly` and `sort` options to `useAppKitWallets().fetchWallets()`. `includePayOnly` surfaces wallets that support WalletConnect Pay but are not v2-compatible (filtered out by default), and `sort: 'wcpay'` bubbles WalletConnect Pay-supporting wallets to the top.
0 commit comments