Skip to content

Commit 13b6b37

Browse files
committed
wip: change fee currency
1 parent 9a53b42 commit 13b6b37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/adapters/interlay.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const interlayRoutersConfig: Omit<CrossChainRouterConfigs, "from">[] = [
3232
to: "statemint",
3333
token: "USDT",
3434
xcm: {
35-
fee: { token: "DOT", amount: "1000000000" },
35+
fee: { token: "USDT", amount: "1000000" },
3636
weightLimit: DEST_WEIGHT,
3737
},
3838
},
@@ -51,7 +51,7 @@ export const kintsugiRoutersConfig: Omit<CrossChainRouterConfigs, "from">[] = [
5151
to: "statemine",
5252
token: "USDT",
5353
xcm: {
54-
fee: { token: "KSM", amount: "1500000000" },
54+
fee: { token: "USDT", amount: "10000" },
5555
weightLimit: DEST_WEIGHT,
5656
},
5757
},

0 commit comments

Comments
 (0)