From 23af77daa9c2ac6b1f52a53bb0812024ddd072c7 Mon Sep 17 00:00:00 2001 From: Josep M Sobrepere Date: Mon, 15 Apr 2024 10:03:04 +0200 Subject: [PATCH] fix: ksm-ah to dot-ah teleport --- src/api/ksm/ah.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/ksm/ah.ts b/src/api/ksm/ah.ts index c1f290d..c9987c9 100644 --- a/src/api/ksm/ah.ts +++ b/src/api/ksm/ah.ts @@ -29,7 +29,7 @@ const ksm: AssetInChain = { dotAh: (from, amount, to) => api.tx.PolkadotXcm.limited_reserve_transfer_assets( fromAssetHubToForeign( - XcmV3JunctionNetworkId.Kusama(), + XcmV3JunctionNetworkId.Polkadot(), 1000, getNativeAsset(1, amount), from,