Skip to content

Commit

Permalink
adjust ibtc and kbtc fees
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Aug 21, 2024
1 parent 22603d0 commit 816ac0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 816ac0e

Please sign in to comment.