Sitelet https://hardhat.org/docs/reference/cheatcodes/environment/chain-id
Skip to content

chainId

function chainId(uint256) external;

Sets block.chainid.

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