4 releases

new 0.1.3 Jan 17, 2025
0.1.2 Jan 9, 2025
0.1.1 Nov 25, 2024
0.1.0 Sep 30, 2024

#769 in Magic Beans

Download history 187/week @ 2024-09-29 52/week @ 2024-10-06 67/week @ 2024-10-13 145/week @ 2024-10-20 158/week @ 2024-10-27 291/week @ 2024-11-03 144/week @ 2024-11-10 163/week @ 2024-11-17 402/week @ 2024-11-24 260/week @ 2024-12-01 318/week @ 2024-12-08 152/week @ 2024-12-15 11/week @ 2024-12-22 34/week @ 2024-12-29 231/week @ 2025-01-05 152/week @ 2025-01-12

435 downloads per month
Used in 10 crates

Custom license

8MB
133K SLoC

Eigen Testing Utils

The eigen-testing-utils crate provides a set of utilities for testing Ethereum-based contracts and services within the Eigen ecosystem. This crate is designed to simplify interactions with local Anvil instances and Holesky/Mainnet environments by providing constant addresses and helper functions to retrieve important contract addresses.

Anvil Utilities

Anvil Constants

Provides utilities for interacting with local Anvil instances. Key components include:

  • CONTRACTS_REGISTRY: The address of the local Anvil Contracts Registry.
  • ANVIL_RPC_URL: A static instance of the local Anvil RPC URL configured with required fillers.

Key Functions

  • get_service_manager_address(): Retrieves the address of the service manager contract.
  • get_registry_coordinator_address(): Retrieves the address of the registry coordinator contract.
  • get_operator_state_retriever_address(): Retrieves the address of the operator state retriever contract.
  • get_delegation_manager_address(): Retrieves the address of the delegation manager contract.
  • get_strategy_manager_address(): Retrieves the address of the strategy manager contract.
  • get_erc20_mock_strategy(): Retrieves the address of the ERC20 mock strategy contract.
  • get_proxy_admin(): Retrieves the address of the proxy admin contract.

Holesky Constants

Contains predefined addresses for various contracts on the Holesky test network.

Holesky Key Addresses

  • DELEGATION_MANAGER_ADDRESS: Address of the delegation manager.
  • STRATEGY_MANAGER_ADDRESS: Address of the strategy manager.
  • EIGENPOD_MANAGER_ADDRESS: Address of the Eigenpod manager.
  • AVS_DIRECTORY_ADDRESS: Address of the AVS directory.
  • SLASHER_ADDRESS: Address of the slasher.
  • REWARDS_COORDINATOR: Address of the rewards coordinator. And various strategy base addresses.

Mainnet Constants

Contains predefined addresses for various contracts on the Ethereum mainnet.

Mainnet Key Addresses

  • DELEGATION_MANAGER_ADDRESS: Address of the delegation manager.
  • STRATEGY_MANAGER_ADDRESS: Address of the strategy manager.
  • EIGENPOD_MANAGER_ADDRESS: Address of the Eigenpod manager.
  • AVS_DIRECTORY_ADDRESS: Address of the AVS directory.
  • SLASHER_ADDRESS: Address of the slasher.
  • StrategyBase_cbETH: Address of the cbETH strategy base.
  • StrategyBase_stETH: Address of the stETH strategy base. And various other strategy base addresses.

Example

Dependencies

~72MB
~1.5M SLoC