Skip to content

ChainInfo

struct ChainInfo {
/// The fork identifier. Set to zero if no fork is active.
uint256 forkId;
/// The chain ID of the current fork.
uint256 chainId;
}

Information on the chain and fork.