Skip to content

Commit 282006e

Browse files
Update utils.ts
Unless the `TOKEN_API_NETWORKS` array is updated automatically, we will need to add `unichain` to it
1 parent c9382c6 commit 282006e

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
@@ -27,7 +27,7 @@ export const MONO_ICON_NETWORKS = [
2727
export const MISSING_ICON_NETWORKS: string[] = []
2828

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

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

0 commit comments

Comments
 (0)