File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff 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 ) =>
Original file line number Diff line number Diff 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
2525export 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' :
You can’t perform that action at this time.
0 commit comments