Skip to main content

isChainIdRegistered

Function Type: view
Function Signature: isChainIdRegistered(uint256 chainId) returns (bool)

Checks if a specific chain ID is whitelisted for EVVM registration, determining whether registrations are allowed on that blockchain network.

Parameters

ParameterTypeDescription
chainIduint256The chain ID to check for whitelisting

Return Value

TypeDescription
booltrue if the chain ID is whitelisted, false otherwise

Description

This function provides a way to verify if EVVM registrations are allowed on a specific blockchain network. Only whitelisted chain IDs can be used for both public and superUser EVVM registrations, providing control over which testnets are supported.