Skip to content

Commit

Permalink
Clarification in local reserve e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
tsenovilla committed Jan 10, 2025
1 parent 3b99a5a commit c4c391b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e-tests/tests/xcm/test_local_reserve_transfer_laos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ describeWithExistingNodeXcm("Local Reserve transfer LAOS <-> Moonbeam", function
const moonbeamSABalanceBefore = (await this.chains.laos.query.system.account(this.laosItems.moonbeamSA)).data
.free;

// We call transferAssets instead of limitedReserveTransferAssets here due to moonbeam disable this extrinsic in their XCM maintenances. transferAssets executes a reserve transfer under the hood for this asset so this is OK.
const call = this.chains.moonbeam.tx.polkadotXcm.transferAssets(
this.moonbeamItems.laosLocation,
beneficiary,
Expand Down

0 comments on commit c4c391b

Please sign in to comment.