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
43 stars 11 forks source link

fix: update lp pool token storage key destructuring #390

Closed marshacb closed 6 months ago

marshacb commented 6 months ago

Description

This PR contains changes to checkAssetLpTokenPairExists which now gets the json representation of queried LP token asset locations for creating location types instead of using string derived values which caused issues destructuring some asset locations when using the paysWithFeeOrigin option.

closes: #389