Skip to content

Commit c93755e

Browse files
authored
[Documentation] Feature: Add page for supported chains on insight (#5412)
1 parent 55a00c4 commit c93755e

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

apps/portal/src/app/insight/sidebar.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ export const sidebar: SideBar = {
1313
name: "Get Started",
1414
href: `${insightSlug}/get-started`,
1515
},
16+
{
17+
name: "Supported Chains",
18+
href: `${insightSlug}/supported-chains`,
19+
},
1620
{
1721
name: "Blueprints",
1822
href: `${insightSlug}/blueprints`,
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
import { createMetadata } from "@doc";
2+
3+
export const metadata = createMetadata({
4+
title: "thirdweb Insight - Supported Chains",
5+
description: "List of chains indexed by thirdweb Insight.",
6+
image: {
7+
title: "thirdweb Insight - Supported Chains",
8+
icon: "insight",
9+
},
10+
});
11+
12+
# Supported Chains
13+
14+
[View all chains indexed via thirdweb Insight](https://thirdweb.com/chainlist?service=insight).
15+
16+
If you’d like to suggest a chain for us to support, [contact us](https://thirdweb.com/contact-us).

0 commit comments

Comments
 (0)