pub const CHEATCODE_CONTRACT_HASH: FixedBytes<32>;
Expand description
The contract hash at CHEATCODE_ADDRESS
.
This is calculated as:
keccak256(abi.encodePacked(CHEATCODE_ADDRESS))
.
pub const CHEATCODE_CONTRACT_HASH: FixedBytes<32>;
The contract hash at CHEATCODE_ADDRESS
.
This is calculated as:
keccak256(abi.encodePacked(CHEATCODE_ADDRESS))
.