Function ibc_test_framework::bootstrap::binary::chain::add_chain_config
source · 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
.