Skip to content

Commit b09d7f4

Browse files
Enable Snaps home pages in stable
1 parent 65769f1 commit b09d7f4

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

shared/constants/permissions.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ describe('EndowmentPermissions', () => {
1515
expect(Object.keys(EndowmentPermissions).sort()).toStrictEqual(
1616
[
1717
'endowment:name-lookup',
18-
'endowment:page-home',
1918
'endowment:signature-insight',
2019
...Object.keys(endowmentPermissionBuilders).filter(
2120
(targetName) =>

shared/constants/snaps/permissions.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ export const EndowmentPermissions = Object.freeze({
66
'endowment:rpc': 'endowment:rpc',
77
'endowment:webassembly': 'endowment:webassembly',
88
'endowment:lifecycle-hooks': 'endowment:lifecycle-hooks',
9-
///: BEGIN:ONLY_INCLUDE_IF(build-flask)
109
'endowment:page-home': 'endowment:page-home',
10+
///: BEGIN:ONLY_INCLUDE_IF(build-flask)
1111
'endowment:signature-insight': 'endowment:signature-insight',
1212
'endowment:name-lookup': 'endowment:name-lookup',
1313
///: END:ONLY_INCLUDE_IF
@@ -24,8 +24,6 @@ export const ExcludedSnapPermissions = Object.freeze({
2424

2525
export const ExcludedSnapEndowments = Object.freeze({
2626
///: BEGIN:ONLY_INCLUDE_IF(build-main)
27-
'endowment:page-home':
28-
'This endowment is experimental and therefore not available.',
2927
'endowment:name-lookup':
3028
'This endowment is experimental and therefore not available.',
3129
'endowment:signature-insight':

0 commit comments

Comments
 (0)