Skip to content

chore: update wallet deps#230

Open
tnrdd wants to merge 5 commits intomainfrom
chore/wallet
Open

chore: update wallet deps#230
tnrdd wants to merge 5 commits intomainfrom
chore/wallet

Conversation

@tnrdd
Copy link
Contributor

@tnrdd tnrdd commented Feb 27, 2026

No description provided.

@tnrdd tnrdd requested a review from gravenp February 27, 2026 16:21
@vercel
Copy link

vercel bot commented Feb 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
platform Ready Ready Preview, Comment Mar 3, 2026 3:42am

Request Review

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Broaden wallet rejection error detection to handle both ethers
  ACTION_REJECTED and viem UserRejectedRequestError (code 4001)
- Replace tx.wait() with publicClient.waitForTransactionReceipt() across
  all Superfluid exec() flows so receipt polling uses our configured RPC
  endpoint rather than the wallet connector's provider, fixing receipt
  resolution for smart account transactions

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Smart wallets (Base Account, Safe) open a browser popup per transaction,
causing the browser to block subsequent popups after the first user
gesture is consumed. Replace the closure-based transaction queue with a
raw call data model (TransactionCall[]) and use wagmi's useSendCallsSync
+ useCapabilities to batch all calls into a single wallet_sendCalls
request for EIP-5792-capable wallets. EOA wallets fall back to
sequential walletClient.sendTransaction as before.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ount

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants