Skip to content

Commit

Permalink
Update test/helpers/assets.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Rodrigo Quelhas <[email protected]>
  • Loading branch information
gonzamontiel and RomarQ authored Jan 8, 2025
1 parent a9216fc commit 2ae2dd4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/helpers/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -403,11 +403,7 @@ export async function registerForeignAsset(
const { result } = await context.createBlock(
context
.polkadotJs()
.tx.sudo.sudoAs(
alith.address,
context
.polkadotJs()
.tx.evmForeignAssets.createForeignAsset(assetId, xcmLoc, decimals, symbol, name)
.tx.evmForeignAssets.createForeignAsset(assetId, xcmLoc, decimals, symbol, name)
)
);

Expand Down

0 comments on commit 2ae2dd4

Please sign in to comment.