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

fix: update foreign asset location construction #377

Closed marshacb closed 8 months ago

marshacb commented 8 months ago

Description

This PR fixes a bug where foreign asset locations had their PalletInstance prepended to them. This is incorrect behavior which should be removed.

Changes

closes: #376