Skip to content

Commit 6eed593

Browse files
authored
chore: enable MaskBox and Furucombo on mobile (#5315)
1 parent b32c2e2 commit 6eed593

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/mask/src/plugins/Furucombo/base.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
},

packages/mask/src/plugins/MaskBox/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)