-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix: Lookup AH Local AssetId when transferring to AH #176
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
269bfd4
to
1c8dbd5
Compare
@Victor-Salomon @noahjoeris can you please review this? 🙏 |
@@ -793,6 +793,12 @@ export const mainnetRegistry: Registry = { | |||
sdk: 'ParaSpellApi', | |||
tokens: [Mainnet.DOT.id], | |||
}, | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved this here so it's after another Hydra route
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 💥
Currently when handling a transfer aimed at AssetHub, we are just looking up the token symbol there but we should lookup the local asset uid instead.
Fixed that and cleaned up the code a little