Expand description
CLI arguments for configuring the EVM settings.
Structs§
- EnvArgs
- Configures the executor environment during tests.
- EvmArgs
EvmArgsandEnvArgstake the highest precedence in the Config/Figment hierarchy.
Functions§
- id 🔒
- We have to serialize chain IDs and not names because when extracting an EVM
Env, it expectschain_idto beu64.