pub const DEFAULT_CREATE2_DEPLOYER_CODEHASH: FixedBytes<32>;
Expand description
The hash of the default CREATE2 deployer code.
This is calculated as keccak256([
DEFAULT_CREATE2_DEPLOYER_RUNTIME_CODE])
.
pub const DEFAULT_CREATE2_DEPLOYER_CODEHASH: FixedBytes<32>;
The hash of the default CREATE2 deployer code.
This is calculated as keccak256([
DEFAULT_CREATE2_DEPLOYER_RUNTIME_CODE])
.