diff --git a/src/adapters/interlay.ts b/src/adapters/interlay.ts index 6c61360..113a4fd 100644 --- a/src/adapters/interlay.ts +++ b/src/adapters/interlay.ts @@ -86,8 +86,11 @@ export const interlayRoutersConfig: Omit[] = [ { to: "phala", token: "IBTC", - // chopsticks test: fee = 6429600. Add ~3x margin - xcm: { fee: { token: "IBTC", amount: "20000000" }, weightLimit: DEST_WEIGHT }, + xcm: { + // chopsticks test: fee = 6429600. Add ~3x margin + fee: { token: "IBTC", amount: "20000000" }, + weightLimit: DEST_WEIGHT + }, }, { to: "polkadot",