Skip to content

Commit 3fcddeb

Browse files
Update utils.ts
Added Avalanche (likely done ingesting by 4 June)
1 parent eb2fc76 commit 3fcddeb

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', 'unichain']
29+
export const TOKEN_API_NETWORKS = ['mainnet', 'base', 'bsc', 'arbitrum-one', 'matic', 'optimism', 'unichain', 'avalanche']
3030

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

0 commit comments

Comments
 (0)