Skip to content

Commit

Permalink
Merge branch 'master' into add-dot-usdt
Browse files Browse the repository at this point in the history
  • Loading branch information
green-jay committed Jan 22, 2024
2 parents ec2f866 + 925bc8d commit d687e58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/xcm-cfg/src/configs/bifrost.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const toHydraDX: AssetConfig[] = [
asset: dot,
balance: BalanceBuilder().substrate().tokens().accounts(),
},
extrinsic: ExtrinsicBuilder().xTokens().transfer(),
extrinsic: ExtrinsicBuilderV2().xTokens().transfer(),
fee: {
asset: bnc,
balance: BalanceBuilder().substrate().system().account(),
Expand Down
2 changes: 1 addition & 1 deletion packages/xcm-cfg/src/configs/hydraDX.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ const toBifrost: AssetConfig[] = [
balance: BalanceBuilder().substrate().tokens().accounts(),
destination: bifrost,
destinationFee: {
amount: 0.000469417452,
amount: 0.001,
asset: dot,
balance: BalanceBuilder().substrate().tokens().accounts(),
},
Expand Down

0 comments on commit d687e58

Please sign in to comment.