Skip to content

Commit 65f55b8

Browse files
authored
Add zkSync and Cosmos Hub to supported networks (#153)
1 parent b457606 commit 65f55b8

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

pages/[locale]/index.tsx

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,18 @@ const Index: NextPage<IndexProps> = ({ navItems }: IndexProps) => {
394394
href: 'https://harmony.one/',
395395
beta: true,
396396
},
397+
{
398+
title: 'zkSync',
399+
image: '/img/networks/zksync.svg',
400+
href: 'https://zksync.io/',
401+
beta: true,
402+
},
403+
{
404+
title: 'Cosmos Hub',
405+
image: '/img/networks/cosmos.svg',
406+
href: 'https://cosmos.network/',
407+
beta: true,
408+
},
397409
].map((network, index) => (
398410
<Flex.Column as="li" key={index}>
399411
<Text as="div" size="14px" color="White48" sx={{ textAlign: 'center' }}>
@@ -421,7 +433,9 @@ const Index: NextPage<IndexProps> = ({ navItems }: IndexProps) => {
421433
</Flex.Column>
422434
))}
423435
</ul>
424-
<Text.P14 sx={{ mt: '32px' }}>*{t('index.supportedNetworks.betaWarning')}</Text.P14>
436+
<Text.P14 color="White64" sx={{ mt: '32px' }}>
437+
*{t('index.supportedNetworks.betaWarning')}
438+
</Text.P14>
425439
</div>
426440
</MDXLayout>
427441
)

public/img/networks/cosmos.svg

Lines changed: 7 additions & 0 deletions
Loading

public/img/networks/harmony.svg

Lines changed: 2 additions & 2 deletions
Loading

public/img/networks/zksync.svg

Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)