Skip to content

Commit

Permalink
fix: ah to relay destination
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosala committed Aug 19, 2024
1 parent 3ba1dea commit 8eff57c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/api/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,10 @@ export const fromAssetHubToRelay = (
dest: {
type: "V3" as const,
value: {
parents: 0,
parents: 1,
interior: {
type: "X1" as const,
value: {
type: "Parachain" as const,
value: 1000,
},
type: "Here" as const,
value: undefined,
},
},
},
Expand Down

0 comments on commit 8eff57c

Please sign in to comment.