From 8eff57c386086448d971ffa678eb0b358bf1ed06 Mon Sep 17 00:00:00 2001 From: Carlo Sala Date: Mon, 19 Aug 2024 20:03:06 +0200 Subject: [PATCH] fix: ah to relay destination --- src/api/common.ts | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/api/common.ts b/src/api/common.ts index 135c2b9..85387f1 100644 --- a/src/api/common.ts +++ b/src/api/common.ts @@ -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, }, }, },