From d946a99a353f93920e506fa25ffc2a20dcecf4fe Mon Sep 17 00:00:00 2001 From: Jeeyong Um Date: Thu, 22 Jun 2023 01:56:39 +0900 Subject: [PATCH] Alias for Noir types (#5678) --- .../types/src/metadata/PortableRegistry/PortableRegistry.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/types/src/metadata/PortableRegistry/PortableRegistry.ts b/packages/types/src/metadata/PortableRegistry/PortableRegistry.ts index fe1660d34a66..14ac9101d86b 100644 --- a/packages/types/src/metadata/PortableRegistry/PortableRegistry.ts +++ b/packages/types/src/metadata/PortableRegistry/PortableRegistry.ts @@ -83,7 +83,10 @@ const PATHS_ALIAS = splitNamespace([ 'ink::env::types::*', 'ink::primitives::types::*', 'ink_env::types::*', - 'ink_primitives::types::*' + 'ink_primitives::types::*', + // noir + 'np_runtime::accountname::AccountName', + 'np_runtime::universaladdress::UniversalAddress' ]); // Mappings for types that should be converted to set via BitVec