Releases: across-protocol/toolkit
Releases · across-protocol/toolkit
@across-protocol/app-sdk@0.6.0
Minor Changes
- 97c815a: fix: validate solana addresses for actions
Patch Changes
- 9c84010: Fix
executeSwapQuotepassinggas: 0nto the simulation call whenswapTx.gasis zero. Some RPC providers (e.g. Alchemy on testnets) rejecteth_callwithgas: "0x0"asIntrinsicGasTooLowError. Zero-ish gas values are now treated as unset. - 76a569d: Fix unresolved
zodimport at build time by moving it fromdevDependenciestodependencies. The SDK importszodat runtime (inapi/modules), so consumers withoutzodtransitively in their tree previously failed to build.
@across-protocol/app-sdk@0.5.0
Minor Changes
- 41a4c36: Add API key option
@across-protocol/app-sdk@0.4.4
Patch Changes
- 9e16a4b: Update fees response schema
@across-protocol/app-sdk@0.4.3
Patch Changes
- 687be1b: Adds multicall handler contract address definitions
@across-protocol/app-sdk@0.4.2
@across-protocol/app-sdk@0.4.0
@across-protocol/app-sdk@0.3.0
@across-protocol/app-sdk@0.2.3
Patch Changes
- b18629c: Improve: use Indexer API instead of Scraper API
@across-protocol/app-sdk@0.2.2
Patch Changes
- b778821: Add support for outputAmount field returned by suggested fees. this allows the safe handling of routes where input and output tokens do not have the same decimals
@across-protocol/app-sdk@0.2.0
Minor Changes
- 51eea3d: Pull fillDeadline from suggested-fees response, pass to deposit()