diff --git a/.changeset/pretty-peaches-wink.md b/.changeset/pretty-peaches-wink.md new file mode 100644 index 00000000..e0843e91 --- /dev/null +++ b/.changeset/pretty-peaches-wink.md @@ -0,0 +1,5 @@ +--- +'@galacticcouncil/xcm-cfg': minor +--- + +lowers usdc fee 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, }, },