Skip to content

Commit

Permalink
fix: fix polkadot_asset_hub config
Browse files Browse the repository at this point in the history
  • Loading branch information
qwer951123 committed Jul 5, 2024
1 parent d57d2bf commit becc2b4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
"jest": "^28.1.1",
"typescript": "^4.7.4"
},
"stableVersion": "0.1.7-8"
"stableVersion": "0.1.7-9"
}
20 changes: 10 additions & 10 deletions src/adapters/assethub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const assetHubPolkadotRouteConfigs = createRouteConfigs(
to: "polkadot",
token: "DOT",
xcm: {
deliveryFee: { token: "KSM", amount: "309700000" },
deliveryFee: { token: "DOT", amount: "309700000" },
fee: { token: "DOT", amount: "421500000" },
weightLimit: "Unlimited",
},
Expand All @@ -34,7 +34,7 @@ export const assetHubPolkadotRouteConfigs = createRouteConfigs(
to: "hydradx",
token: "USDT",
xcm: {
deliveryFee: { token: "KSM", amount: "311100000" },
deliveryFee: { token: "DOT", amount: "311100000" },
fee: { token: "USDT", amount: "2200" },
weightLimit: "Unlimited",
},
Expand All @@ -43,7 +43,7 @@ export const assetHubPolkadotRouteConfigs = createRouteConfigs(
to: "acala",
token: "USDT",
xcm: {
deliveryFee: { token: "KSM", amount: "311100000" },
deliveryFee: { token: "DOT", amount: "311100000" },
fee: { token: "USDT", amount: "808" },
weightLimit: "Unlimited",
},
Expand All @@ -52,7 +52,7 @@ export const assetHubPolkadotRouteConfigs = createRouteConfigs(
to: "acala",
token: "USDC",
xcm: {
deliveryFee: { token: "KSM", amount: "311100000" },
deliveryFee: { token: "DOT", amount: "311100000" },
fee: { token: "USDC", amount: "803" },
weightLimit: "Unlimited",
},
Expand All @@ -61,7 +61,7 @@ export const assetHubPolkadotRouteConfigs = createRouteConfigs(
to: "acala",
token: "PINK",
xcm: {
deliveryFee: { token: "KSM", amount: "311100000" },
deliveryFee: { token: "DOT", amount: "311100000" },
fee: { token: "PINK", amount: "80370000" },
weightLimit: "Unlimited",
},
Expand All @@ -70,7 +70,7 @@ export const assetHubPolkadotRouteConfigs = createRouteConfigs(
to: "astar",
token: "USDT",
xcm: {
deliveryFee: { token: "KSM", amount: "311100000" },
deliveryFee: { token: "DOT", amount: "311100000" },
fee: { token: "USDT", amount: "808" },
weightLimit: "Unlimited",
},
Expand All @@ -79,7 +79,7 @@ export const assetHubPolkadotRouteConfigs = createRouteConfigs(
to: "interlay",
token: "USDT",
xcm: {
deliveryFee: { token: "KSM", amount: "311100000" },
deliveryFee: { token: "DOT", amount: "311100000" },
fee: { token: "USDT", amount: "25000" },
weightLimit: "Unlimited",
},
Expand All @@ -88,7 +88,7 @@ export const assetHubPolkadotRouteConfigs = createRouteConfigs(
to: "interlay",
token: "USDC",
xcm: {
deliveryFee: { token: "KSM", amount: "311100000" },
deliveryFee: { token: "DOT", amount: "311100000" },
fee: { token: "USDC", amount: "25000" },
weightLimit: "Unlimited",
},
Expand All @@ -97,7 +97,7 @@ export const assetHubPolkadotRouteConfigs = createRouteConfigs(
to: "moonbeam",
token: "USDT",
xcm: {
deliveryFee: { token: "KSM", amount: "311100000" },
deliveryFee: { token: "DOT", amount: "311100000" },
fee: { token: "USDT", amount: "808" },
weightLimit: "Unlimited",
},
Expand All @@ -106,7 +106,7 @@ export const assetHubPolkadotRouteConfigs = createRouteConfigs(
to: "parallel",
token: "USDT",
xcm: {
deliveryFee: { token: "KSM", amount: "311100000" },
deliveryFee: { token: "DOT", amount: "311100000" },
fee: { token: "USDT", amount: "808" },
weightLimit: "Unlimited",
},
Expand Down

0 comments on commit becc2b4

Please sign in to comment.