Skip to content

Commit eb5a3e3

Browse files
Update utils.ts (#935)
Unless the `TOKEN_API_NETWORKS` array is updated automatically, we will need to add `unichain` to it
1 parent d5e91c4 commit eb5a3e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/supportedNetworks/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const MONO_ICON_NETWORKS = [
2626
]
2727

2828
// Networks with Token API support (TODO: remove once the registry has this information)
29-
export const TOKEN_API_NETWORKS = ['mainnet', 'base', 'bsc', 'arbitrum-one', 'matic', 'optimism']
29+
export const TOKEN_API_NETWORKS = ['mainnet', 'base', 'bsc', 'arbitrum-one', 'matic', 'optimism', 'unichain']
3030

3131
export const getIconVariant = (networkId: string): 'mono' | 'branded' => {
3232
return MONO_ICON_NETWORKS.includes(networkId) ? 'mono' : 'branded'

0 commit comments

Comments
 (0)