Skip to content

Commit 23f88d3

Browse files
committed
Add page for supported chains on insight
1 parent 6b853df commit 23f88d3

File tree

2 files changed

+52
-23
lines changed

2 files changed

+52
-23
lines changed

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

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,31 @@ import type { SideBar } from "@/components/Layouts/DocLayout";
33
const insightSlug = "/insight";
44

55
export const sidebar: SideBar = {
6-
name: "Insight",
7-
links: [
8-
{
9-
name: "Overview",
10-
href: "/insight",
11-
},
12-
{
13-
name: "Get Started",
14-
href: `${insightSlug}/get-started`,
15-
},
16-
{
17-
name: "Blueprints",
18-
href: `${insightSlug}/blueprints`,
19-
},
20-
{
21-
name: "Use cases",
22-
href: `${insightSlug}/use-cases`,
23-
},
24-
{
25-
name: "API Reference",
26-
href: "https://insight-api.thirdweb.com/reference",
27-
},
28-
],
6+
name: "Insight",
7+
links: [
8+
{
9+
name: "Overview",
10+
href: "/insight",
11+
},
12+
{
13+
name: "Get Started",
14+
href: `${insightSlug}/get-started`,
15+
},
16+
{
17+
name: "Supported Chains",
18+
href: `${insightSlug}/supported-chains`,
19+
},
20+
{
21+
name: "Blueprints",
22+
href: `${insightSlug}/blueprints`,
23+
},
24+
{
25+
name: "Use cases",
26+
href: `${insightSlug}/use-cases`,
27+
},
28+
{
29+
name: "API Reference",
30+
href: "https://insight-api.thirdweb.com/reference",
31+
},
32+
],
2933
};
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
import { createMetadata } from "@doc";
2+
3+
export const metadata = createMetadata({
4+
image: {
5+
title: "thirdweb Pay - Supported Chains",
6+
icon: "thirdweb",
7+
},
8+
title: "thirdweb Pay - Supported Chains | thirdweb",
9+
description: "List of chains supported by Pay.",
10+
});
11+
12+
export const metadata = createMetadata({
13+
title: "thirdweb Insight - Supported Chains",
14+
description: "List of chains indexed by thirdweb Insight.",
15+
image: {
16+
title: "thirdweb Insight - Supported Chains",
17+
icon: "insight",
18+
},
19+
});
20+
21+
# Supported Chains
22+
23+
[View all chains indexed via thirdweb Insight](https://thirdweb.com/chainlist?service=insight).
24+
25+
If you’d like to suggest a chain for us to support, [contact us](https://thirdweb.com/contact-us).

0 commit comments

Comments
 (0)