Skip to content

Commit

Permalink
docs in example
Browse files Browse the repository at this point in the history
  • Loading branch information
supernovahs committed Jun 20, 2024
1 parent 0da8d53 commit 0e4ee25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/anvil-utils/examples/get_contracts_from_registry.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
//! Example to showcase testing EL contracts using anvil
use eigen_testing_utils::anvil_constants::{
get_delegation_manager_address, get_erc20_mock_strategy, get_operator_state_retriever_address,
get_registry_coordinator_address, get_service_manager_address, get_strategy_manager_address,
};
use eyre::Result;

/// Calling ContractsRegistry contract to extract the El contract addresses on anvil
#[tokio::main]
pub async fn main() -> Result<()> {
get_service_manager_address().await;
Expand Down

0 comments on commit 0e4ee25

Please sign in to comment.