interface icon indicating copy to clipboard operation
interface copied to clipboard

feat: batch wallet capability

Open defispartan opened this issue 7 months ago • 4 comments

General Changes

Add EIP-5792 atomic wallet capability (batch transactions) for supply.

Add wallet capability flag to global store. If available, display batch transaction as available method and use EIP-5792 sendCalls RPC method to send batch transaction request to wallet.

Currently only implemented for supply, the transaction method helpers are standalone components that can be re-used for different actions requiring token approval (repay, stake, swap. etc.).

defispartan avatar May 30 '25 05:05 defispartan