pub async fn setup_eigenlayer_test_environment<T: TryInto<Url>, U: TryInto<Url>>(
http_endpoint: T,
ws_endpoint: U,
) -> EigenlayerTestEnvironment
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.