Skip to content

Commit

Permalink
fix: Lookup AH Local AssetId when transferring to AH (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
NunoAlexandre authored Nov 12, 2024
1 parent c550948 commit a2b7c8f
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 58 deletions.
70 changes: 35 additions & 35 deletions app/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions app/src/config/registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,12 @@ export const mainnetRegistry: Registry = {
sdk: 'ParaSpellApi',
tokens: [Mainnet.DOT.id],
},
{
from: Mainnet.Hydration.uid,
to: Mainnet.Moonbeam.uid,
sdk: 'ParaSpellApi',
tokens: [Mainnet.DOT.id, Mainnet.HDX.id],
},
{
from: Mainnet.Bifrost.uid,
to: Mainnet.RelayChain.uid,
Expand Down Expand Up @@ -849,12 +855,6 @@ export const mainnetRegistry: Registry = {
sdk: 'ParaSpellApi',
tokens: [Mainnet.ACA.id, Mainnet.DOT.id],
},
{
from: Mainnet.Hydration.uid,
to: Mainnet.Moonbeam.uid,
sdk: 'ParaSpellApi',
tokens: [Mainnet.DOT.id, Mainnet.HDX.id],
},
{
from: Mainnet.Hydration.uid,
to: Mainnet.Moonbeam.uid,
Expand Down
Loading

0 comments on commit a2b7c8f

Please sign in to comment.