The chain configuration defines the parameters for setting up medusa
's underlying blockchain.
- Type: Boolean
- Description: If
true
, the maximum code size check of 24576 bytes ingo-ethereum
is disabled. -
🚩 Setting
codeSizeCheckDisabled
tofalse
is not recommended since it complicates the fuzz testing process. - Default:
true
- Type: Boolean
- Description: If
true
, account-related checks (nonce validation, transaction origin must be an EOA) are disabled ingo-ethereum
. - Default:
true
- Type: Boolean
- Description: Determines whether cheatcodes are enabled.
- Default:
true
- Type: Boolean
- Description: Determines whether the
ffi
cheatcode is enabled.🚩 Enabling the
ffi
cheatcode may allow for arbitrary code execution on your machine. - Default:
false