From e9e6524f43442d1b347cd873ddfbfe144a7c441e Mon Sep 17 00:00:00 2001 From: Brendon Votteler Date: Mon, 5 Feb 2024 14:16:07 +0200 Subject: [PATCH] chore: bump destination fee estimate for sending usdt to kusama asset hub --- src/adapters/interlay.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/adapters/interlay.ts b/src/adapters/interlay.ts index 0227591b..5d2ccdf6 100644 --- a/src/adapters/interlay.ts +++ b/src/adapters/interlay.ts @@ -149,7 +149,8 @@ export const kintsugiRoutersConfig: Omit[] = [ 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, }, },