Skip to content

Commit

Permalink
chore: update fee estimate for sending INTR to HydraDX
Browse files Browse the repository at this point in the history
  • Loading branch information
bvotteler committed Dec 20, 2023
1 parent 0108a9c commit 758d786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/adapters/hydradx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ export const hydraRoutersConfig: Omit<CrossChainRouterConfigs, "from">[] = [
to: "interlay",
token: "INTR",
xcm: {
// in chopsticks tests: 18_886_316 - add 10x margin to fee estimate
fee: { token: "INTR", amount: "188863160" },
// in chopsticks tests: 1_491_140_909 - add 10x margin to fee estimate
fee: { token: "INTR", amount: "14911409090" },
weightLimit: DEST_WEIGHT,
},
},
Expand Down

0 comments on commit 758d786

Please sign in to comment.