Skip to content
Alchemy Logo

isChainSupported

function isChainSupported(chainId): boolean;

Defined in: packages/common/src/transport/chainRegistry.ts:155

Checks if a chain ID is supported by the Alchemy RPC registry.

ParameterTypeDescription

chainId

number

The chain ID to check

boolean

True if the chain is supported, false otherwise

Was this page helpful?