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
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ It does not support bridging assets such as fungible or non-fungible tokens dire
81
81
It works by relying on a set of signers to attest to some event on Celestia: the Celestia validator set.
82
82
The QGB contract keeps track of the Celestia validator set by updating its view of the validator set with `updateValidatorSet()`.
83
83
More than 2/3 of the voting power of the current view of the validator set must sign off on new relayed events, submitted with `submitDataRootTupleRoot()`.
84
-
Each event is a batch of `DataRootTuple`s, with each tuple representing a single [data root (i.e. block header)](https://celestiaorg.github.io/celestia-specs/latest/specs/data_structures.html#header).
84
+
Each event is a batch of `DataRootTuple`s, with each tuple representing a single [data root (i.e. block header)](https://celestiaorg.github.io/celestia-app/specs/data_structures.html#header).
85
85
Relayed tuples are in the same order as Celestia block headers.
0 commit comments