Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
4 changes: 4 additions & 0 deletions apps/portal/src/app/insight/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ export const sidebar: SideBar = {
name: "Get Started",
href: `${insightSlug}/get-started`,
},
{
name: "Supported Chains",
href: `${insightSlug}/supported-chains`,
},
{
name: "Blueprints",
href: `${insightSlug}/blueprints`,
Expand Down
16 changes: 16 additions & 0 deletions apps/portal/src/app/insight/supported-chains/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import { createMetadata } from "@doc";

export const metadata = createMetadata({
title: "thirdweb Insight - Supported Chains",
description: "List of chains indexed by thirdweb Insight.",
image: {
title: "thirdweb Insight - Supported Chains",
icon: "insight",
},
});

# Supported Chains

[View all chains indexed via thirdweb Insight](https://thirdweb.com/chainlist?service=insight).

If you’d like to suggest a chain for us to support, [contact us](https://thirdweb.com/contact-us).
Loading