setup_eigenlayer_test_environment

Function setup_eigenlayer_test_environment 

Source
pub async fn setup_eigenlayer_test_environment<T: TryInto<Url>, U: TryInto<Url>>(
    http_endpoint: T,
    ws_endpoint: U,
) -> EigenlayerTestEnvironment
where <T as TryInto<Url>>::Error: Debug, <U as TryInto<Url>>::Error: Debug,
Expand description

Sets up the test environment for the EigenLayer Blueprint.

ยงDescription

  • Sets all the necessary environment variables for the necessary EigenLayer Contract Addresses.
  • Returns a EigenlayerTestEnvironment struct containing the test environment state.