diff --git a/package.json b/package.json index d17db49..e2384d3 100644 --- a/package.json +++ b/package.json @@ -55,5 +55,5 @@ "jest": "^28.1.1", "typescript": "^4.7.4" }, - "stableVersion": "0.1.7-7" + "stableVersion": "0.1.7-8" } diff --git a/src/adapters/assethub.ts b/src/adapters/assethub.ts index 0cff995..646b8b5 100644 --- a/src/adapters/assethub.ts +++ b/src/adapters/assethub.ts @@ -25,6 +25,7 @@ export const assetHubPolkadotRouteConfigs = createRouteConfigs( to: "polkadot", token: "DOT", xcm: { + deliveryFee: { token: "KSM", amount: "309700000" }, fee: { token: "DOT", amount: "421500000" }, weightLimit: "Unlimited", }, @@ -33,6 +34,7 @@ export const assetHubPolkadotRouteConfigs = createRouteConfigs( to: "hydradx", token: "USDT", xcm: { + deliveryFee: { token: "KSM", amount: "311100000" }, fee: { token: "USDT", amount: "2200" }, weightLimit: "Unlimited", }, @@ -41,6 +43,7 @@ export const assetHubPolkadotRouteConfigs = createRouteConfigs( to: "acala", token: "USDT", xcm: { + deliveryFee: { token: "KSM", amount: "311100000" }, fee: { token: "USDT", amount: "808" }, weightLimit: "Unlimited", }, @@ -49,6 +52,7 @@ export const assetHubPolkadotRouteConfigs = createRouteConfigs( to: "acala", token: "USDC", xcm: { + deliveryFee: { token: "KSM", amount: "311100000" }, fee: { token: "USDC", amount: "803" }, weightLimit: "Unlimited", }, @@ -57,6 +61,7 @@ export const assetHubPolkadotRouteConfigs = createRouteConfigs( to: "acala", token: "PINK", xcm: { + deliveryFee: { token: "KSM", amount: "311100000" }, fee: { token: "PINK", amount: "80370000" }, weightLimit: "Unlimited", }, @@ -65,6 +70,7 @@ export const assetHubPolkadotRouteConfigs = createRouteConfigs( to: "astar", token: "USDT", xcm: { + deliveryFee: { token: "KSM", amount: "311100000" }, fee: { token: "USDT", amount: "808" }, weightLimit: "Unlimited", }, @@ -73,6 +79,7 @@ export const assetHubPolkadotRouteConfigs = createRouteConfigs( to: "interlay", token: "USDT", xcm: { + deliveryFee: { token: "KSM", amount: "311100000" }, fee: { token: "USDT", amount: "25000" }, weightLimit: "Unlimited", }, @@ -81,6 +88,7 @@ export const assetHubPolkadotRouteConfigs = createRouteConfigs( to: "interlay", token: "USDC", xcm: { + deliveryFee: { token: "KSM", amount: "311100000" }, fee: { token: "USDC", amount: "25000" }, weightLimit: "Unlimited", }, @@ -89,6 +97,7 @@ export const assetHubPolkadotRouteConfigs = createRouteConfigs( to: "moonbeam", token: "USDT", xcm: { + deliveryFee: { token: "KSM", amount: "311100000" }, fee: { token: "USDT", amount: "808" }, weightLimit: "Unlimited", }, @@ -97,6 +106,7 @@ export const assetHubPolkadotRouteConfigs = createRouteConfigs( to: "parallel", token: "USDT", xcm: { + deliveryFee: { token: "KSM", amount: "311100000" }, fee: { token: "USDT", amount: "808" }, weightLimit: "Unlimited", }, diff --git a/src/adapters/polkadot.ts b/src/adapters/polkadot.ts index 0de9fb0..85cefa2 100644 --- a/src/adapters/polkadot.ts +++ b/src/adapters/polkadot.ts @@ -23,7 +23,7 @@ export const polkadotRouteConfigs = createRouteConfigs("polkadot", [ token: "DOT", xcm: { fee: { token: "DOT", amount: "1222070" }, - deliveryFee: { token: "DOT", amount: "399000000" }, + deliveryFee: { token: "DOT", amount: "397000000" }, weightLimit: "Unlimited", }, }, @@ -31,6 +31,7 @@ export const polkadotRouteConfigs = createRouteConfigs("polkadot", [ to: "hydradx", token: "DOT", xcm: { + deliveryFee: { token: "DOT", amount: "397000000" }, fee: { token: "DOT", amount: "21711791" }, weightLimit: "Unlimited", }, @@ -39,6 +40,7 @@ export const polkadotRouteConfigs = createRouteConfigs("polkadot", [ to: "assetHubPolkadot", token: "DOT", xcm: { + deliveryFee: { token: "DOT", amount: "397000000" }, fee: { token: "DOT", amount: "15800000" }, weightLimit: "Unlimited", }, @@ -47,6 +49,7 @@ export const polkadotRouteConfigs = createRouteConfigs("polkadot", [ to: "interlay", token: "DOT", xcm: { + deliveryFee: { token: "DOT", amount: "397000000" }, fee: { token: "DOT", amount: "25000000" }, weightLimit: "Unlimited", },