Function deploy_avs_contracts

Source
pub fn deploy_avs_contracts(
    opts: &EigenlayerDeployOpts,
) -> Result<HashMap<String, Address>>
Expand description

Deploy all contracts under the contracts directory

ยงErrors

  • The specified contracts_path does not exist
  • forge create fails