Skip to content

Commit

Permalink
Fxied destination fee on Moonbeam for PINK (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekenigs authored Mar 13, 2024
1 parent b5be5d0 commit 90da201
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/friendly-dolphins-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@moonbeam-network/xcm-config': patch
---

Fixed destination fee on Moonbeam for PINK
2 changes: 1 addition & 1 deletion packages/config/src/configs/polkadotAssetHub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
},
Expand Down

0 comments on commit 90da201

Please sign in to comment.