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(), },