Skip to content

Commit

Permalink
Merge pull request #96 from galacticcouncil/new-routes-fix
Browse files Browse the repository at this point in the history
fixes to bifrost and astar
  • Loading branch information
nohaapav authored Dec 5, 2024
2 parents 7117c80 + a3a5b9a commit 643f625
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/blue-terms-kiss.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@galacticcouncil/xcm-cfg': minor
---

fixes
2 changes: 1 addition & 1 deletion packages/xcm-cfg/src/configs/polkadot/astar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const toHydration: AssetRoute[] = [
chain: hydration,
asset: ibtc,
fee: {
amount: 0.04,
amount: 0.000002,
asset: ibtc,
},
},
Expand Down
8 changes: 4 additions & 4 deletions packages/xcm-cfg/src/configs/polkadot/hydration/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ const toAstar: AssetRoute[] = [
chain: astar,
asset: bnc,
fee: {
amount: 0.05,
amount: 0.75,
asset: bnc,
},
},
Expand Down Expand Up @@ -342,7 +342,7 @@ const toAstar: AssetRoute[] = [
chain: astar,
asset: ibtc,
fee: {
amount: 0.025,
amount: 0.000002,
asset: ibtc,
},
},
Expand Down Expand Up @@ -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(),
Expand Down

0 comments on commit 643f625

Please sign in to comment.