The below check will revert if deploying contract with immutable variable. ```solidity require( info.addr.codehash == keccak256(vm.parseBytes(deployedBytecode.decodeString())), "LibArtifact: Deployed bytecode hash mismatch" ); ```
The below check will revert if deploying contract with immutable variable.