pub fn deploy_avs_contracts(
opts: &EigenlayerDeployOpts,
) -> Result<HashMap<String, Address>>Expand description
Deploy all contracts under the contracts directory
ยงErrors
- The specified
contracts_pathdoes not exist - forge create fails
pub fn deploy_avs_contracts(
opts: &EigenlayerDeployOpts,
) -> Result<HashMap<String, Address>>Deploy all contracts under the contracts directory
contracts_path does not exist