pub async fn deploy_eigenlayer_core_contracts(
http_endpoint: &str,
owner_private_key: &str,
owner_account: Address,
) -> Result<DeployedCoreContracts, Error>Expand description
Deploy core Eigenlayer core contract
§Arguments
owner_private_key: The private key of the owner accountowner_account: The owner accounttestnet: The Anvil testnet
§Returns
Result<DeployedCoreContracts, Error>: The deployed core contractsOk(DeployedCoreContracts): The deployed core contractsErr(Error): The error
§Errors
See eigenlayer_contract_deployer::core::deploy_core_contracts
§Panics
See eigenlayer_contract_deployer::core::deploy_core_contracts