Skip to content

Commit

Permalink
Alias for Noir types (polkadot-js#5678)
Browse files Browse the repository at this point in the history
  • Loading branch information
conr2d authored Jun 21, 2023
1 parent 2235cbd commit d946a99
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d946a99

Please sign in to comment.