Skip to content

Commit eedd359

Browse files
authored
chore: remove appchains (#2772)
1 parent 8024e66 commit eedd359

File tree

5 files changed

+1
-134
lines changed

5 files changed

+1
-134
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// List of routes that should be dark
2-
export const darkRoutes = ['/build', '/onchainkit', '/mini-apps', '/base-account', '/appchains'];
2+
export const darkRoutes = ['/build', '/onchainkit', '/mini-apps', '/base-account'];

apps/web/app/(base-org-dark)/(builders)/build/(root)/page.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@ const links = [
7575
description: 'Publish your mini app to the Base app with a few lines of code.',
7676
url: '/build/mini-apps',
7777
},
78-
{
79-
title: 'Base Appchains',
80-
description: 'Launch a chain with dedicated blockspace on Base, in minutes.',
81-
url: '/build/appchains',
82-
},
8378
];
8479

8580
const builderCardItems = [

apps/web/app/(base-org-dark)/(builders)/build/appchains/page.tsx

Lines changed: 0 additions & 115 deletions
This file was deleted.

apps/web/src/components/Layout/Navigation/navigation.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -422,11 +422,6 @@ export const DEFAULT_ROUTES: DefaultRoute[] = [
422422
label: 'Mini Apps',
423423
href: '/build/mini-apps',
424424
},
425-
{
426-
icon: 'layers',
427-
label: 'Appchains',
428-
href: '/build/appchains',
429-
},
430425
{
431426
icon: 'docs',
432427
label: 'Spindl',

apps/web/src/components/base-org/shared/TopNavigation/BuildersDropdown.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import chartVolume from 'apps/web/src/components/base-org/shared/TopNavigation/a
1717
import baseBatches from 'apps/web/src/components/base-org/shared/TopNavigation/assets/developers/baseBatches.svg';
1818
import Link from 'apps/web/src/components/Link';
1919
import Card from 'apps/web/src/components/base-org/Card';
20-
import basenet from 'apps/web/src/components/Builders/Appchains/basenet.svg';
2120

2221
type BuildersDropdownProps = {
2322
onLinkClick: () => void;
@@ -98,13 +97,6 @@ export function BuildersDropdown({ onLinkClick }: BuildersDropdownProps) {
9897
href="/builders/smart-wallet"
9998
onLinkClick={onLinkClick}
10099
/>
101-
<ToolMiniCard
102-
title="Base Appchains"
103-
description="Scale your app"
104-
icon={basenet as StaticImageData}
105-
href="/builders/base-appchains"
106-
onLinkClick={onLinkClick}
107-
/>
108100
<ToolMiniCard
109101
title="Mini Apps"
110102
description="Build once. Deploy anywhere"

0 commit comments

Comments
 (0)