Skip to content

Commit

Permalink
change queries for xcUnit to use erc20 interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Feb 5, 2025
1 parent d92af45 commit 1f2de49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/config/src/xcm-configs/alphanetRelay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const alphanetRelayRoutes = new ChainRoutes({
destination: {
asset: unit,
chain: moonbaseAlpha,
balance: BalanceBuilder().substrate().assets().account(),
balance: BalanceBuilder().evm().erc20(),
fee: {
amount: FeeBuilder()
.xcmPaymentApi()
Expand Down
4 changes: 2 additions & 2 deletions packages/config/src/xcm-configs/moonbaseAlpha.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,13 +279,13 @@ export const moonbaseAlphaRoutes = new ChainRoutes({
{
source: {
asset: unit,
balance: BalanceBuilder().substrate().assets().account(),
balance: BalanceBuilder().evm().erc20(),
fee: {
asset: dev,
balance: BalanceBuilder().substrate().system().account(),
},
destinationFee: {
balance: BalanceBuilder().substrate().assets().account(),
balance: BalanceBuilder().evm().erc20(),
},
},
destination: {
Expand Down

0 comments on commit 1f2de49

Please sign in to comment.