Skip to content

Commit

Permalink
fix typo StakeRegistry.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tudorpintea999 authored and steven committed Dec 18, 2023
1 parent f45df7e commit 7ad4768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/StakeRegistry.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# StakeRegistry

This contract is deployed for every AVS and keeps track of the AVS's operators' stakes over time and the total stakes for each quorum. In addition, this contract also handles the adding and modification of quorum.
This contract is deployed for every AVS and keeps track of the AVS's operators' stakes over time and the total stakes for each quorum. In addition, this contract also handles the addition and modification of quorum.

# Definitions

Expand Down Expand Up @@ -53,4 +53,4 @@ This has more implications after slashing is enabled... TODO

## Upstream Dependencies

The main integration with the StakeRegistry is used by the AVSs [BLSSignatureChecker](./BLSSignatureChecker.md). An offchain actor provides an operator id, a quorum id, and an index in the array of the operator's stake updates to verify the stake of an operator at a particular block number. They also provide a quorum id and an index in the array of total stake updates to verify the stake of the entire quorum at a particular block number.
The main integration with the StakeRegistry is used by the AVSs [BLSSignatureChecker](./BLSSignatureChecker.md). An offchain actor provides an operator id, a quorum id, and an index in the array of the operator's stake updates to verify the stake of an operator at a particular block number. They also provide a quorum id and an index in the array of total stake updates to verify the stake of the entire quorum at a particular block number.

0 comments on commit 7ad4768

Please sign in to comment.