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

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