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