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
These contracts are **deployed by an AVS** and define custom stake weights of operators in an operatorSet. They are segmented by key-type.
98
95
99
-
These contracts are **deployed by an AVS** and define custom stake weights of operators in an operatorSet. The contracts are segmented by supported key-type (ECDSA & BN254).
100
-
101
-
See full documentation in [`/source/OperatorTableCalculator.md`](./source/OperatorTableCalculator.md).
96
+
See full documentation in the [middleware repository](https://github.com/Layr-Labs/eigenlayer-middleware/tree/dev/docs).
Copy file name to clipboardExpand all lines: docs/multichain/destination/CertificateVerifier.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -263,7 +263,7 @@ struct BN254OperatorInfo {
263
263
* @dev The operatorInfoTreeRoot is the root of a merkle tree that contains the operatorInfos for each operator in the operatorSet.
264
264
* It is calculated in this function and used by the `IBN254CertificateVerifier` to verify stakes against the non-signing operators
265
265
*
266
-
* @dev Retrieval of the `aggregatePubKey` depends on maintaining a key registry contract, see `BN254TableCalculatorBase` for an example implementation.
266
+
* @dev Retrieval of the `aggregatePubKey` depends on maintaining a key registry contract, see `BN254TableCalculatorBase` in the middleware repo for an example implementation.
267
267
*
268
268
* @dev The `totalWeights` array should be the same length as each individual `weights` array in `operatorInfos`.
0 commit comments