diff --git a/packages/types/src/metadata/PortableRegistry/PortableRegistry.ts b/packages/types/src/metadata/PortableRegistry/PortableRegistry.ts index 61cf74595098..7ca6417f5646 100644 --- a/packages/types/src/metadata/PortableRegistry/PortableRegistry.ts +++ b/packages/types/src/metadata/PortableRegistry/PortableRegistry.ts @@ -83,10 +83,7 @@ const PATHS_ALIAS = splitNamespace([ 'ink::env::types::*', 'ink::primitives::types::*', 'ink_env::types::*', - 'ink_primitives::types::*', - // noir - 'np_runtime::accountname::AccountName', - 'np_runtime::universaladdress::UniversalAddress' + 'ink_primitives::types::*' ]); // Mappings for types that should be converted to set via BitVec