Skip to content

Commit 481f31a

Browse files
committed
chore: add permalink
1 parent 80f327b commit 481f31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contracts/interfaces/IOperatorTableCalculator.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ interface IOperatorTableCalculatorTypes {
7777
}
7878

7979
/// @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
8181
/// @dev Once deployed, the AVS will set the `OperatorTableCalculator` via `CrossChainRegistry.createGenerationReservation`
8282
interface IOperatorTableCalculator {
8383
/// @notice The OperatorTableCalculator calculates the stake weights to generate an operator table for a given operatorSet

0 commit comments

Comments
 (0)