Skip to content

Commit

Permalink
Exclude name lookup for now
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed Sep 25, 2023
1 parent 31ced4d commit 37fbf21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shared/constants/snaps/permissions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ export const ExcludedSnapPermissions = Object.freeze({
});

export const ExcludedSnapEndowments = Object.freeze({
// Move to below fence once implemented
'endowment:name-lookup':
'This permission is still in development and therefore not available.',
///: BEGIN:ONLY_INCLUDE_IN(build-main)
'endowment:keyring':
'This endowment is still in development therefore not available.',
Expand Down

0 comments on commit 37fbf21

Please sign in to comment.