Skip to content

Commit

Permalink
Revert "Alias for Noir types (#5678)" (#5946)
Browse files Browse the repository at this point in the history
This reverts commit d946a99.
  • Loading branch information
conr2d authored Jul 30, 2024
1 parent 9de00f5 commit cd4b5e3
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd4b5e3

Please sign in to comment.