interface
interface copied to clipboard
feat: batch wallet capability
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.).