Skip to content

Commit

Permalink
chore: bump destination fee estimate for sending usdt to kusama asset…
Browse files Browse the repository at this point in the history
… hub
  • Loading branch information
bvotteler committed Feb 5, 2024
1 parent f0bf907 commit e9e6524
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/adapters/interlay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ export const kintsugiRoutersConfig: Omit<CrossChainRouterConfigs, "from">[] = [
to: "statemine",
token: "USDT",
xcm: {
fee: { token: "USDT", amount: "10000" },
// fees in tests: 7_186, need a minimum of 2x as safe buffer
fee: { token: "USDT", amount: "20000" },
weightLimit: DEST_WEIGHT,
},
},
Expand Down

0 comments on commit e9e6524

Please sign in to comment.