File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
apps/portal/src/app/insight Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff 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` ,
Original file line number Diff line number Diff line change 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 ) .
You can’t perform that action at this time.
0 commit comments