Skip to content

Commit

Permalink
fix: ksm-ah to dot-ah teleport
Browse files Browse the repository at this point in the history
  • Loading branch information
josepot committed Apr 15, 2024
1 parent 908acb8 commit 23af77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/ksm/ah.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 23af77d

Please sign in to comment.