Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fix-zero-gas-value.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-zod-runtime-dep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-wolves-bake.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @across-protocol/app-sdk

## 0.6.0

### Minor Changes

- 97c815a: fix: validate solana addresses for actions

### Patch Changes

- 9c84010: Fix `executeSwapQuote` passing `gas: 0n` to the simulation call when `swapTx.gas` is zero. Some RPC providers (e.g. Alchemy on testnets) reject `eth_call` with `gas: "0x0"` as `IntrinsicGasTooLowError`. Zero-ish gas values are now treated as unset.
- 76a569d: Fix unresolved `zod` import at build time by moving it from `devDependencies` to `dependencies`. The SDK imports `zod` at runtime (in `api/` modules), so consumers without `zod` transitively in their tree previously failed to build.

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@across-protocol/app-sdk",
"version": "0.5.0",
"version": "0.6.0",
"main": "./dist/index.js",
"type": "module",
"description": "The official SDK for integrating Across bridge into your dapp.",
Expand Down