Skip to content

Commit

Permalink
Merge branch 'mjm/enable-signed-transaction' of github.com:moonbeam-f…
Browse files Browse the repository at this point in the history
…oundation/xcm-sdk into mjm/enable-signed-transaction
  • Loading branch information
mmaurello committed Aug 21, 2024
2 parents a879f1a + e8fbef7 commit 629e417
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/silly-turtles-reply.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@moonbeam-network/xcm-config': patch
---

Adjust kbtc and ibtc fees
2 changes: 1 addition & 1 deletion packages/config/src/configs/moonbeam.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ export const moonbeamConfig = new ChainConfig({
contract: ContractBuilder().Xtokens().transfer(),
destination: interlay,
destinationFee: {
amount: 0.0002476,
amount: 0.00000064,
asset: ibtc,
balance: BalanceBuilder().substrate().assets().account(),
},
Expand Down
2 changes: 1 addition & 1 deletion packages/config/src/configs/moonriver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export const moonriverConfig = new ChainConfig({
contract: ContractBuilder().Xtokens().transfer(),
destination: kintsugi,
destinationFee: {
amount: 0.00000428,
amount: 0.0000011,
asset: kbtc,
balance: BalanceBuilder().substrate().assets().account(),
},
Expand Down

0 comments on commit 629e417

Please sign in to comment.