Open chatton opened 5 days ago
When E2E tests are run in parallel, we create relayers for the test beforehand. See the initalizeRelayerPool. This is done because currently relayers must be created before we can call ic.Build().
ic.Build()
Relevant interchaintest issue https://github.com/strangelove-ventures/interchaintest/issues/1153
Summary
When E2E tests are run in parallel, we create relayers for the test beforehand. See the initalizeRelayerPool. This is done because currently relayers must be created before we can call
ic.Build()
.Relevant interchaintest issue https://github.com/strangelove-ventures/interchaintest/issues/1153
For Admin Use