We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example we currently call the xcAssets xcm field with v1 directly as that is the only field available within the registry.
Ex: https://github.com/paritytech/asset-transfer-api/blob/main/src/createXcmTypes/ParaToSystem.ts#L507
We should generalize this so we don't have to hardcode anything and when v2 is added we wont need to update it everytime.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For example we currently call the xcAssets xcm field with v1 directly as that is the only field available within the registry.
Ex: https://github.com/paritytech/asset-transfer-api/blob/main/src/createXcmTypes/ParaToSystem.ts#L507
We should generalize this so we don't have to hardcode anything and when v2 is added we wont need to update it everytime.
The text was updated successfully, but these errors were encountered: