Skip to content

chainId

function chainId(uint256) external;

Sets block.chainid.

vm.chainId(31337);
emit log_uint(block.chainid); // 31337