Skip to content

Bump @chainflip/sdk from 1.11.2 to 2.0.3 in /packages/xchain-aggregator#1603

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/packages/xchain-aggregator/chainflip/sdk-2.0.3
Open

Bump @chainflip/sdk from 1.11.2 to 2.0.3 in /packages/xchain-aggregator#1603
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/packages/xchain-aggregator/chainflip/sdk-2.0.3

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 10, 2026

Bumps @chainflip/sdk from 1.11.2 to 2.0.3.

Release notes

Sourced from @​chainflip/sdk's releases.

@​chainflip/sdk/v2.0.1

2.0.1

Removed

  • The deprecated fields brokerCommissionBps, affiliateBrokers, and fillOrKillParams have been removed from the depositChannel property of the swap status response.
Changelog

Sourced from @​chainflip/sdk's changelog.

2.0.3

Added

  • New dcaV2 option in SwapSDKOptions.enabledFeatures to enable the new DCA V2 quoting strategy. When enabled, DCA quotes are returned for eligible swaps based on asset configuration and USD value thresholds.
  • SwapSDK.prototype.calculateLivePriceSlippageTolerancePercent method to calculate the recommended slippage tolerance for live price protection. This accounts for network fees and broker commission when computing the tolerance.

Changed

  • When dcaV2 is enabled, requestDepositAddressV2, requestDepositAddress, and encodeVaultSwapData now require maxOraclePriceSlippage to be set in fillOrKillParams when live price protection is enabled for both the source and destination assets.

Deprecated

  • The dca option in SwapSDKOptions.enabledFeatures has been deprecated. DCA will be enabled by default in version 2.2.

2.0.1

Removed

  • The deprecated fields brokerCommissionBps, affiliateBrokers, and fillOrKillParams have been removed from the depositChannel property of the swap status response.

1.11.0

Added

  • Polkadot and Dot is no longer supported. AssetHub and HubDot should be used instead.
  • SwapSDK.prototype.getQuoteV2 now returns a recommendedLivePriceSlippageTolerancePercentproperty. This value can be passed to SwapSDK.prototype.requestDepositAddressV2 in fillOKillParams to override the default recommended value or to disable live price protection entirely. The property ensures that the swap is executed within the tolerance range of the asset's oracle price instead of the pool price.
  • SwapSDK.prototype.getStatusV2 returns livePriceExecutionDeltaPercentage property for the entire swap. This value is the average delta between the chainlink oracle price and the execution price across all chunks.
  • SwapSDK.prototype.getStatusV2 returns abortedAt, abortedBlockIndex and abortedReason when a swap chunk is aborted.
  • SwapSDK.prototype.getStatusV2 returns latestSwapRescheduledAt,latestSwapRescheduledBlockIndex and latestSwapRescheduledReason when a swap chunk is rescheduled

Deprecated

  • SwapSDK.prototype.getOnChainSwapExtrinsicArgs has been deprecated since it seems to no longer be needed.

... (truncated)

Commits
  • 58d3a7c chore(sdk): release @​chainflip/sdk/v2.0.3 (#1499)
  • 34e70c3 fix(sdk): check quote for type [WEB-2948] (#1498)
  • 0e019fe fix(sdk): fix calculateLivePriceSlippageTolerancePercent [WEB-2948] (#1496)
  • 1464311 feat(swap): add new dca quoting strategy [WEB-2948] (#1491)
  • fc3da14 ci: consolidate npm publish workflows for trusted publishers [WEB-2982] (#1494)
  • f4bb557 chore(sdk): release @​chainflip/sdk/v2.0.1 (#1481)
  • d320177 chore(sdk): release @​chainflip/sdk/v2.0.0 (#1478)
  • f8b1401 chore(sdk): release @​chainflip/sdk/v2.0.0-beta.0 (#1469)
  • 77638ff feat(swap,sdk): add method to open new channel [WEB-2780] (#1467)
  • 5d8f2e2 refactor: combine schemas and logic (#1460)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​chainflip/sdk since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@chainflip/sdk](https://github.com/chainflip-io/chainflip-sdk-monorepo/tree/HEAD/packages/sdk) from 1.11.2 to 2.0.3.
- [Release notes](https://github.com/chainflip-io/chainflip-sdk-monorepo/releases)
- [Changelog](https://github.com/chainflip-io/chainflip-sdk-monorepo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chainflip-io/chainflip-sdk-monorepo/commits/@chainflip/sdk/2.0.3/packages/sdk)

---
updated-dependencies:
- dependency-name: "@chainflip/sdk"
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants