File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/mask/src/plugins Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export const base: Plugin.Shared.Definition = {
1111 } ,
1212 publisher : { name : { fallback : 'SebastianLF' } , link : 'https://github.com/SebastianLF' } ,
1313 enableRequirement : {
14- architecture : { app : false , web : true } ,
14+ architecture : { app : true , web : true } ,
1515 networks : { type : 'opt-out' , networks : { } } ,
1616 target : 'stable' ,
1717 } ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export const base: Plugin.Shared.Definition = {
99 description : { fallback : 'The mystery box with NFT inside which is provided by Mask Network.' } ,
1010 publisher : { name : { fallback : 'Mask Network' } , link : 'https://mask.io/' } ,
1111 enableRequirement : {
12- architecture : { app : false , web : true } ,
12+ architecture : { app : true , web : true } ,
1313 networks : { type : 'opt-out' , networks : { } } ,
1414 target : 'stable' ,
1515 } ,
You can’t perform that action at this time.
0 commit comments