From 90da2012b2a879659397d32b933d1bb6539f3eae Mon Sep 17 00:00:00 2001 From: elmar Date: Wed, 13 Mar 2024 10:15:55 +0200 Subject: [PATCH] Fxied destination fee on Moonbeam for PINK (#215) --- .changeset/friendly-dolphins-carry.md | 5 +++++ packages/config/src/configs/polkadotAssetHub.ts | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/friendly-dolphins-carry.md diff --git a/.changeset/friendly-dolphins-carry.md b/.changeset/friendly-dolphins-carry.md new file mode 100644 index 00000000..e32b6670 --- /dev/null +++ b/.changeset/friendly-dolphins-carry.md @@ -0,0 +1,5 @@ +--- +'@moonbeam-network/xcm-config': patch +--- + +Fixed destination fee on Moonbeam for PINK diff --git a/packages/config/src/configs/polkadotAssetHub.ts b/packages/config/src/configs/polkadotAssetHub.ts index e4f34457..357b8d9f 100644 --- a/packages/config/src/configs/polkadotAssetHub.ts +++ b/packages/config/src/configs/polkadotAssetHub.ts @@ -58,7 +58,7 @@ export const polkadotAssetHubConfig = new ChainConfig({ balance: BalanceBuilder().substrate().assets().account(), destination: moonbeam, destinationFee: { - amount: FeeBuilder().assetManager().assetTypeUnitsPerSecond(), + amount: 0.03, asset: usdt, balance: BalanceBuilder().substrate().assets().account(), },