pub fn add_chain_config(
    config: &mut Config,
    running_node: &FullNode,
    test_config: &TestConfig,
    chain_number: usize
) -> Result<(), Report>
Expand description

Generate ChainConfig from a running FullNode and add it to the relayer’s Config.