From 27af916525acff43ea5c26f6a399637939c4150c Mon Sep 17 00:00:00 2001 From: green-jay Date: Mon, 23 Dec 2024 11:03:09 +0100 Subject: [PATCH] Lower USDC fee --- packages/xcm-cfg/src/configs/polkadot/hydration/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/xcm-cfg/src/configs/polkadot/hydration/index.ts b/packages/xcm-cfg/src/configs/polkadot/hydration/index.ts index a24af334..fcd30c3a 100644 --- a/packages/xcm-cfg/src/configs/polkadot/hydration/index.ts +++ b/packages/xcm-cfg/src/configs/polkadot/hydration/index.ts @@ -230,7 +230,7 @@ const toAssetHub: AssetRoute[] = [ chain: assetHub, asset: usdc, fee: { - amount: 0.7, + amount: 0.07, asset: usdc, }, },