eigen_contract_bindings/lib.rs
1//! This module is a helper module to generate ethers bindings, if required
2//!
3//! If you are using alloy, you don't need to take any action.
4
5#![doc(
6 html_logo_url = "https://github.com/Layr-Labs/eigensdk-rs/assets/91280922/bd13caec-3c00-4afc-839a-b83d2890beb5",
7 issue_tracker_base_url = "https://github.com/Layr-Labs/eigensdk-rs/issues/"
8)]
9#![cfg_attr(not(test), warn(unused_crate_dependencies))]