Skip to content
Closed
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions apps/dashboard/src/app/(app)/(dashboard)/explore/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ const MODULAR_CONTRACTS = {
displayName: "Modular Contracts",
id: "modular-contracts",
name: "modular",
// DEPRECATED: Modular contracts are no longer shown in explore
showInExplore: false,
} satisfies ExploreCategory;

const SUPERCHAIN = {
Expand Down Expand Up @@ -315,6 +317,7 @@ const SMART_WALLET = {

const CATEGORIES: Record<string, ExploreCategory> = {
[POPULAR.id]: POPULAR,
// Keep MODULAR_CONTRACTS available for existing users but deprecated from explore
[MODULAR_CONTRACTS.id]: MODULAR_CONTRACTS,
[SUPERCHAIN.id]: SUPERCHAIN,
[NFTS.id]: NFTS,
Expand Down
Loading
Loading