pub async fn setup_eigenlayer_test_environment<T: TryInto<Url>>(
http_endpoint: T,
) -> EigenlayerProtocolSettingsExpand description
Sets up the test environment for the EigenLayer Blueprint for non-empty Anvil testnet
ยงDescription
- Creates a quorum for operator registration
- Returns a
EigenlayerProtocolSettingsstruct containing the test environment state.