diff --git a/apps/portal/src/app/insight/sidebar.tsx b/apps/portal/src/app/insight/sidebar.tsx index 01e50273872..c3f6a9a76fd 100644 --- a/apps/portal/src/app/insight/sidebar.tsx +++ b/apps/portal/src/app/insight/sidebar.tsx @@ -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`, diff --git a/apps/portal/src/app/insight/supported-chains/page.mdx b/apps/portal/src/app/insight/supported-chains/page.mdx new file mode 100644 index 00000000000..16ff7f92722 --- /dev/null +++ b/apps/portal/src/app/insight/supported-chains/page.mdx @@ -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).