We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e16b99 commit 4bb0d43Copy full SHA for 4bb0d43
apps/dashboard/src/app/(app)/(dashboard)/explore/data.ts
@@ -237,6 +237,8 @@ const MODULAR_CONTRACTS_STYLUS = {
237
displayName: "Modular Contracts - Arbitrum Stylus",
238
id: "modular-contracts",
239
name: "modular",
240
+ showInExplore: true,
241
+ isBeta: true,
242
} satisfies ExploreCategory;
243
244
const CATEGORIES: Record<string, ExploreCategory> = {
0 commit comments