From 257810e9dc05671465a817a9b55d57476e8160da Mon Sep 17 00:00:00 2001 From: green-jay Date: Wed, 4 Dec 2024 15:34:46 +0100 Subject: [PATCH] fixes --- packages/xcm-cfg/src/configs/polkadot/hydration/index.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/xcm-cfg/src/configs/polkadot/hydration/index.ts b/packages/xcm-cfg/src/configs/polkadot/hydration/index.ts index 4b4dbb80..21acf3d9 100644 --- a/packages/xcm-cfg/src/configs/polkadot/hydration/index.ts +++ b/packages/xcm-cfg/src/configs/polkadot/hydration/index.ts @@ -304,7 +304,7 @@ const toAstar: AssetRoute[] = [ chain: astar, asset: bnc, fee: { - amount: 0.05, + amount: 0.75, asset: bnc, }, }, @@ -342,7 +342,7 @@ const toAstar: AssetRoute[] = [ chain: astar, asset: ibtc, fee: { - amount: 0.025, + amount: 0.000002, asset: ibtc, }, }, @@ -554,8 +554,8 @@ const toBifrost: AssetRoute[] = [ chain: bifrost, asset: ibtc, fee: { - amount: 0.000002, - asset: glmr, + amount: 0.000005, + asset: ibtc, }, }, extrinsic: ExtrinsicBuilder().xTokens().transfer(),