We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e68d91e commit 73c6686Copy full SHA for 73c6686
pages/en/index.mdx
@@ -328,6 +328,12 @@ The Graph supports the following networks on The Graph Network and the Hosted Se
328
href: 'https://aurora.dev/',
329
beta: true,
330
},
331
+ {
332
+ title: 'Moonbeam',
333
+ image: '/img/networks/moonbeam.svg',
334
+ href: 'https://moonbeam.network/',
335
+ beta: true,
336
+ },
337
].map((network, index) => (
338
<Flex.Column as="li" key={index}>
339
<Text as="div" size="14px" color="White48" sx={{ textAlign: 'center' }}>
public/img/networks/moonbeam.svg
0 commit comments