You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// @notice A base operator table calculator that all operator table calculators (ECDSA, BN254) must implement
80
-
/// @dev This interface is implemented by the AVS in their own `OperatorTableCalculator` contract, see the Layr-Labs/eigenlayer-middleware repository for an example implementation
80
+
/// @dev This interface is implemented by the AVS in their own `OperatorTableCalculator` contract, see the https://github.com/Layr-Labs/eigenlayer-middleware repository for an example implementation
81
81
/// @dev Once deployed, the AVS will set the `OperatorTableCalculator` via `CrossChainRegistry.createGenerationReservation`
82
82
interfaceIOperatorTableCalculator {
83
83
/// @notice The OperatorTableCalculator calculates the stake weights to generate an operator table for a given operatorSet
0 commit comments