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 5a1a542 commit 01ded01Copy full SHA for 01ded01
website/src/IndexPage.tsx
@@ -214,17 +214,7 @@ export function SupportedNetworks() {
214
<NetworkIcon caip2Id={network.caip2Id} size="40px" />
215
</div>
216
<Text.P14 as="div" align="center">
217
- {(() => {
218
- switch (network.id) {
219
- // TODO: The registry should probably not have the same short name for these two
220
- case 'arbitrum-one':
221
- return 'Arbitrum One'
222
- case 'arbitrum-nova':
223
- return 'Arbitrum Nova'
224
- default:
225
- return network.shortName
226
- }
227
- })()}
+ {network.shortName}
228
</Text.P14>
229
</Flex.Column>
230
))}
0 commit comments