Skip to content

Commit

Permalink
bump de fees to add margin
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Jan 30, 2024
1 parent 7532704 commit 187ecd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 187ecd2

Please sign in to comment.