Skip to content
New issue

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

Add support for auto-discovery of tokens via the HydraDX assetRegistry #794

Open
alecdwm opened this issue May 23, 2023 · 0 comments
Open
Assignees
Labels
Assets / Chain maintenance Add / remove / modify assets enhancement New feature or request

Comments

@alecdwm
Copy link
Member

alecdwm commented May 23, 2023

HydraDX (and their Kusama chain, Basilisk) have built a great assetRegistry pallet which can be queried to know about all of the tokens deployed on their parachains.

At the moment, to support their tokens we have to manually copy the information from this pallet into our chaindata config and keep it up to date.

It would be much better if we could have our balance modules automatically parse the information available in their assetRegistry pallets via some sort of token auto-discovery.

The solution to this will be a useful pattern to then implement for other parachains which have some sort of asset autodiscovery capability,

@alecdwm alecdwm added enhancement New feature or request Assets / Chain maintenance Add / remove / modify assets labels May 23, 2023
@alecdwm alecdwm self-assigned this May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Assets / Chain maintenance Add / remove / modify assets enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant