Skip to content

Releases: skip-mev/skip-router-sdk

@skip-router/[email protected]

16 Nov 16:03
fb8d96e
Compare
Choose a tag to compare

Patch Changes

  • 1dc36fd: Raise gas estimate for MsgExecuteContract calls

@skip-router/[email protected]

10 Nov 17:22
f4ed2f9
Compare
Choose a tag to compare

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.