Skip to content

Commit 01ded01

Browse files
committed
Remove unneeded hack after registry update
1 parent 5a1a542 commit 01ded01

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

website/src/IndexPage.tsx

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -214,17 +214,7 @@ export function SupportedNetworks() {
214214
<NetworkIcon caip2Id={network.caip2Id} size="40px" />
215215
</div>
216216
<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-
})()}
217+
{network.shortName}
228218
</Text.P14>
229219
</Flex.Column>
230220
))}

0 commit comments

Comments
 (0)