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 c9382c6 commit 282006eCopy full SHA for 282006e
website/src/supportedNetworks/utils.ts
@@ -27,7 +27,7 @@ export const MONO_ICON_NETWORKS = [
27
export const MISSING_ICON_NETWORKS: string[] = []
28
29
// 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']
+export const TOKEN_API_NETWORKS = ['mainnet', 'base', 'bsc', 'arbitrum-one', 'matic', 'optimism', 'unichain']
31
32
export const getIconVariant = (networkId: string): 'mono' | 'branded' => {
33
return MONO_ICON_NETWORKS.includes(networkId) ? 'mono' : 'branded'
0 commit comments