From 2ae2dd48c11489e0384ef3ce3493a6746c789974 Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Wed, 8 Jan 2025 09:43:00 -0300 Subject: [PATCH] Update test/helpers/assets.ts Co-authored-by: Rodrigo Quelhas <22591718+RomarQ@users.noreply.github.com> --- test/helpers/assets.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/test/helpers/assets.ts b/test/helpers/assets.ts index 109abeb6ae..67e7263784 100644 --- a/test/helpers/assets.ts +++ b/test/helpers/assets.ts @@ -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) ) );