Skip to content

Commit

Permalink
Merge pull request #128 from bvotteler/fix-update-kusama-asset-hub-fe…
Browse files Browse the repository at this point in the history
…e-estimate

Chore: update kusama asset hub fee estimate
  • Loading branch information
bvotteler authored Nov 13, 2023
2 parents 732cad5 + 001621c commit a9233a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@interlay/bridge",
"version": "0.4.0",
"version": "0.4.1",
"description": "polkawallet bridge sdk",
"main": "build/index.js",
"typings": "build/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions src/adapters/statemint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ export const statemineRoutersConfig: Omit<CrossChainRouterConfigs, "from">[] = [
{
to: "kintsugi",
token: "USDT",
// fees from tests on chopsticks: 9_510 atomic units
xcm: { fee: { token: "USDT", amount: "15000" }, weightLimit: "Unlimited" },
// fees from tests on chopsticks: 8_153 planck, add a minimum of 2x buffer
xcm: { fee: { token: "USDT", amount: "20000" }, weightLimit: "Unlimited" },
},
];

Expand Down

0 comments on commit a9233a7

Please sign in to comment.