Skip to content

Commit e41f010

Browse files
committed
chore: update
1 parent 92f7c50 commit e41f010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/multichain/destination/OperatorTableUpdater.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The following values are set upon initialization:
2525

2626
* `generator` is an EigenLabs-run entity that signs off on `globalTableRoots`. The operatorSet is of size 1.
2727
* `globalRootConfirmationThreshold`: 10000. The threshold in basis points required for global root confirmation. Since the operatorSet is of size 1 a single signature is needed.
28-
* `referenceTimestamp`: A past timestamp at which the `generator` is set. We hardcode this value to 1 upon initialization. This value is also the `latestReferenceTimestamp`. Once roots are updated, then this value will become a more recent timestamp.
28+
* `referenceTimestamp`: A past timestamp at which the `generator` is set. We hardcode this value to 1 upon initialization. This value is also the `latestReferenceTimestamp`. Once roots are updated, the `latestReferenceTimestamp` will increase. *Note: the reference timestamp for the `generator` operatorSet in the [`BN254CertificateVerifier`](./CertificateVerifier.md) will remain 1 unless [`updateGenerator`](#updategenerator) is called*.
2929
* `generatorInfo`: The key material needed to verify certificates of the `generator`
3030
* `operatorSetConfig`: A configuration for the `generator`
3131
* `maxStalenessPeriod`: 0. Set to zero to confirm `globalTableRoots` without updating the `generator` operatorSet. See [`CertificateVerifier`](./CertificateVerifier.md#overview) for specifics`OperatorTableUpdater`. It is the same across all destination chains, even for destination chains that are supported after the initial deployment.

0 commit comments

Comments
 (0)