chainId
Signature
Section titled “Signature”function chainId(uint256) external;Description
Section titled “Description”Sets block.chainid.
Examples
Section titled “Examples”vm.chainId(31337);emit log_uint(block.chainid); // 31337function chainId(uint256) external;Sets block.chainid.
vm.chainId(31337);emit log_uint(block.chainid); // 31337