multi-wallet support for stellar solved#49
Conversation
|
@Rocket1960 is attempting to deploy a commit to the truthixify's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@Opeyemi01-del Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
|
The multi-wallet work itself (Freighter/Albedo/xBull/LOBSTR adapters, Blocker: your branch is off an old base (
Could you rebase? git fetch origin
git rebase origin/develop
# during rebase, drop ALL deletions to existing files
# keep only your additions:
# src/wallets/stellar/* (the adapter library)
# src/components/StellarWalletButton.tsx
# src/components/StellarWalletPicker.tsx
# src/hooks/useStellarWallet.ts
# src/components/StellarReceive.wallet.integration.ts
# tests/stellar-wallet-picker.spec.ts
# the empty docs/guides/stellar-quickstart.mdx (0 bytes) is also unintentional, drop it
git push --force-with-leaseAfter the rebase the diff should be net-positive lines only, no deletions of existing files. Then I'll merge. Thanks @Opeyemi01-del. |
Closes #18