Skip to content

Commit

Permalink
Show Soneium Testnet on Get Started page
Browse files Browse the repository at this point in the history
  • Loading branch information
benface committed Nov 20, 2024
1 parent 7a31ca4 commit dbd07b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/IndexPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export function SupportedNetworks() {
}}
>
{supportedNetworks
.filter((network) => !network.testnet)
.filter((network) => !network.testnet || ['evm-1946'].includes(network.uid))
.map((network) => (
<Flex.Column key={network.uid} as="li" align="center" gap={Spacing['8px']} sx={{ color: 'White64' }}>
<div sx={{ height: '40px' }}>
Expand Down

0 comments on commit dbd07b2

Please sign in to comment.