We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
LibArtifact
The below check will revert if deploying contract with immutable variable.
require( info.addr.codehash == keccak256(vm.parseBytes(deployedBytecode.decodeString())), "LibArtifact: Deployed bytecode hash mismatch" );