moonbeam-foundation / xcm-sdk

The Moonbeam XCM SDK enables developers to easily transfer assets between chains, either between parachains or between a parachain and the relay chain, within the Polkadot/Kusama ecosystem. With the SDK, you don't need to worry about determining the multilocation of the origin or destination assets or which extrinsics are used on which networks to
https://moonbeam-foundation.github.io/xcm-sdk/latest/
MIT License
14 stars 9 forks source link

xTokens weight param breaking changes #47

Closed fgamundi closed 1 year ago

fgamundi commented 1 year ago

Description

xTokens transfer extrinsics has been updated, and their destWeight parameter has been changed from u64 to XcmV2WeightLimit

PR of xTokens changes: https://github.com/open-web3-stack/open-runtime-module-library/pull/841

Checklist