Skip to content

Commit 8e5550a

Browse files
authored
fix: typo (#1530)
Fix a typo in the `multichain` docs
1 parent c724f2b commit 8e5550a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/multichain/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The protocol proceeds in the following process:
7777
1. AVS deploys `AVSRegistrar` , configures metadata in EL, and gets operator registration
7878
1. AVS registers for generation/transport calling `CrossChainRegistry.makeGenerationReservation`
7979
2. The AVS deploys an `OperatorTableCalculator`
80-
2. At some cadence, the `Generator`` process gets all active generations from the `CrossChainRegistry` against the latest `finalizedBlock`
80+
2. At some cadence, the `Generator` process gets all active generations from the `CrossChainRegistry` against the latest `finalizedBlock`
8181
1. It then creates and signs a `globalTableRoot` of all operator table commitments
8282
3. The transporter will generate a Certificate to validate that the Eigen Labs Operator signed off on the `globalTableRoot`. The root is then transported to ALL destination chains
8383
4. Lastly, the transporter will update all Operator Tables with a certificate. The sidecar will generate the proof data to then update tables via the `OperatorTableUpdater`

0 commit comments

Comments
 (0)