diff --git a/package.json b/package.json index a9c472f..92c6965 100644 --- a/package.json +++ b/package.json @@ -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", @@ -58,5 +58,5 @@ "ts-node": "^10.9.2", "typescript": "^4.7.4" }, - "stableVersion": "0.1.7-16" + "stableVersion": "0.1.7-17" } diff --git a/src/adapters/assethub.ts b/src/adapters/assethub.ts index 067f5cf..48ed382 100644 --- a/src/adapters/assethub.ts +++ b/src/adapters/assethub.ts @@ -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", }, },