paritytech / asset-transfer-api

Typescript API aiming to provide clear, and simple to use tools for transferring assets across common good parachains.
Apache License 2.0
44 stars 11 forks source link

Always use `limited` #386

Closed joepetrowski closed 7 months ago

joepetrowski commented 7 months ago

The non-limited teleport/reserve transfer calls are deprecated. Instead, you should use limited_* with the weight limit set to Unlimited.

Ref: https://github.com/paritytech/asset-transfer-api/blob/main/examples/assetHubToMoonriverPaysWithFeeOrigin.ts#L17C2-L17C127