Skip to content

Commit 1b2aad8

Browse files
From Update utils.ts #972 (#973)
* Update utils.ts Added Avalanche (likely done ingesting by 4 June) * fixing format --------- Co-authored-by: Andrew <[email protected]>
1 parent eb2fc76 commit 1b2aad8

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

website/src/supportedNetworks/utils.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,16 @@ 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', 'unichain']
29+
export const TOKEN_API_NETWORKS = [
30+
'mainnet',
31+
'base',
32+
'bsc',
33+
'arbitrum-one',
34+
'matic',
35+
'optimism',
36+
'unichain',
37+
'avalanche',
38+
]
3039

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

0 commit comments

Comments
 (0)