Skip to content

Commit

Permalink
Merge pull request #159 from bvotteler/chore-update-ksm-assethub-fees
Browse files Browse the repository at this point in the history
Chore: Update KSM to AssetHub fee estimate
  • Loading branch information
bvotteler authored Jan 24, 2024
2 parents 76ad2c8 + fe22ff7 commit 8ee30ab
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.2",
"version": "0.4.3",
"description": "polkawallet bridge sdk",
"main": "build/index.js",
"typings": "build/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions src/adapters/polkadot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ export const kusamaRoutersConfig: Omit<CrossChainRouterConfigs, "from">[] = [
to: "statemine",
token: "KSM",
xcm: {
// recent transfer: 4_778_331 - add 10x buffer
fee: { token: "KSM", amount: "47783310" },
// recent transfer: 119_766_667 - add 10x buffer
fee: { token: "KSM", amount: "1197666670" },
weightLimit: "Unlimited",
},
},
Expand Down

0 comments on commit 8ee30ab

Please sign in to comment.