Skip to content

Commit

Permalink
Merge pull request #99 from galacticcouncil/lower-usdc-fee
Browse files Browse the repository at this point in the history
Lower USDC fee
  • Loading branch information
nohaapav authored Dec 28, 2024
2 parents 967e769 + 6174e55 commit 7416c1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/pretty-peaches-wink.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@galacticcouncil/xcm-cfg': minor
---

lowers usdc fee
2 changes: 1 addition & 1 deletion packages/xcm-cfg/src/configs/polkadot/hydration/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ const toAssetHub: AssetRoute[] = [
chain: assetHub,
asset: usdc,
fee: {
amount: 0.7,
amount: 0.07,
asset: usdc,
},
},
Expand Down

0 comments on commit 7416c1a

Please sign in to comment.