Skip to content

v0.28.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Aug 19:45
· 476 commits to main since this release
f5c2024

Minor Changes

  • baa5cf8: - feat: refactored the <Transaction> component's onSuccess handler to manage multiple receipts for various contracts, supporting both EOA and Smart Wallet scenarios.

    Breaking Changes
    When using onSuccess in the <Transaction> component, refactor the response to handle:

    type TransactionResponse = {
      transactionReceipts: TransactionReceipt[];
    };