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.
| Parameter | Type | Description |
|---|---|---|
|
| The chain ID to check |
boolean
True if the chain is supported, false otherwise