pub fn initialize_tempo_test_genesis_inner(
admin: Address,
recipient: Address,
) -> Result<(), TempoPrecompileError>Expand description
Inner genesis initialization for Forge’s local test EVM.
Forge tests use sentinel bytecode to identify well-known Tempo precompile accounts, even when the current setup spec is earlier than the precompile’s activation hardfork. This does not affect hardfork-aware execution, which remains handled by the precompile lookup.