Skip to main content
Sealed Interface

Properties

PropertyTypeDescription
chainTypeChainTypeThe technology family this chain belongs to
isTestnetBooleanTrue if this is a test network
nameStringThe canonical lowercase string identifier for this chain (e.g. “ethereum”, “base-sepolia”)

Functions

FunctionDescription
isValidReturns true if this chain should be used in the given environment (mainnet chains for production, testnets otherwise).

isValid

Returns true if this chain should be used in the given environment (mainnet chains for production, testnets otherwise).