Skip to content

Commit

Permalink
feat: update loty fee config (#146)
Browse files Browse the repository at this point in the history
* feat: update loty fee config

* feat: update
  • Loading branch information
qwer951123 authored Feb 7, 2025
1 parent 8763c14 commit c9b84d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkawallet/bridge",
"version": "0.1.7-17",
"version": "0.1.7-18",
"description": "polkawallet bridge sdk",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -58,5 +58,5 @@
"ts-node": "^10.9.2",
"typescript": "^4.7.4"
},
"stableVersion": "0.1.7-16"
"stableVersion": "0.1.7-17"
}
2 changes: 1 addition & 1 deletion src/adapters/assethub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const assetHubPolkadotRouteConfigs = createRouteConfigs(
token: "LOTY",
xcm: {
deliveryFee: { token: "DOT", amount: "311100000" },
fee: { token: "LOTY", amount: "0" },
fee: { token: "LOTY", amount: "9339000" },
weightLimit: "Unlimited",
},
},
Expand Down

0 comments on commit c9b84d6

Please sign in to comment.