pub fn task_generators(
env: &str,
chain_id: u64,
) -> Option<&'static [&'static str]>Expand description
Returns the hardcoded taskGenerator[] array for the given env + chain_id.
env is expected to be prod or stagef (case-insensitive).