Skip to content

Commit

Permalink
Bump XCM delivery fees for Kusama and Kusama Asset Hub (#199)
Browse files Browse the repository at this point in the history
* bump de fees to add margin

* add changeset
  • Loading branch information
mmaurello authored Jan 30, 2024
1 parent 7532704 commit 6849ab3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/great-trees-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@moonbeam-network/xcm-config': patch
---

bump xcm delivery fees
2 changes: 1 addition & 1 deletion packages/config/src/configs/kusama.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const kusamaConfig = new ChainConfig({
fee: {
asset: ksm,
balance: BalanceBuilder().substrate().system().account(),
xcmDeliveryFeeAmount: 0.0015,
xcmDeliveryFeeAmount: 0.002,
},
}),
],
Expand Down
4 changes: 2 additions & 2 deletions packages/config/src/configs/kusamaAssetHub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const kusamaAssetHubConfig = new ChainConfig({
fee: {
asset: ksm,
balance: BalanceBuilder().substrate().system().account(),
xcmDeliveryFeeAmount: 0.00115,
xcmDeliveryFeeAmount: 0.0015,
},
min: AssetMinBuilder().assets().asset(),
}),
Expand All @@ -47,7 +47,7 @@ export const kusamaAssetHubConfig = new ChainConfig({
fee: {
asset: ksm,
balance: BalanceBuilder().substrate().system().account(),
xcmDeliveryFeeAmount: 0.00115,
xcmDeliveryFeeAmount: 0.0015,
},
min: AssetMinBuilder().assets().asset(),
}),
Expand Down

0 comments on commit 6849ab3

Please sign in to comment.