Skip to content

@skip-router/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Nov 17:22
· 723 commits to main since this release
f4ed2f9

Major Changes

  • 0b71558:
    • Adds support for EVM transactions.
    • Rename getOfflineSigner to getCosmosSigner.
    • Adds getEVMSigner.
    • Adds onTransactionBroadcast which is called when a transaction is broadcasted to the chain.

Patch Changes

  • b8ada23: Add changesets for proper releases
  • 903b43d: - Updates lifecycle tracking types to include the explorer links now provided by the API
    • Renamed onTransactionSuccess to onTransactionCompleted because it's not only called on success
    • Pass full TxStatusResponse to onTransactionCompleted instead of abridged data.