v0.28.0
Minor Changes
-
baa5cf8: - feat: refactored the
<Transaction>
component'sonSuccess
handler to manage multiple receipts for various contracts, supporting both EOA and Smart Wallet scenarios.Breaking Changes
When usingonSuccess
in the<Transaction>
component, refactor the response to handle:type TransactionResponse = { transactionReceipts: TransactionReceipt[]; };