Skip to main content

task_generators

Function task_generators 

Source
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).