Skip to main content
Object
data object BaseGoerli : EVMChain

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

open fun isValid(isProductionEnvironment: Boolean): Boolean
Returns true if this chain should be used in the given environment (mainnet chains for production, testnets otherwise).