We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb2fc76 commit 3fcddebCopy full SHA for 3fcddeb
website/src/supportedNetworks/utils.ts
@@ -26,7 +26,7 @@ export const MONO_ICON_NETWORKS = [
26
]
27
28
// 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']
+export const TOKEN_API_NETWORKS = ['mainnet', 'base', 'bsc', 'arbitrum-one', 'matic', 'optimism', 'unichain', 'avalanche']
30
31
export const getIconVariant = (networkId: string): 'mono' | 'branded' => {
32
return MONO_ICON_NETWORKS.includes(networkId) ? 'mono' : 'branded'
0 commit comments