File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ struct Signature {
1919 bytes32 s;
2020}
2121
22- /// @title Quantum Gravity Bridge: Celestia -> Ethereum , Data Availability relay.
22+ /// @title Quantum Gravity Bridge: Celestia -> EVM , Data Availability relay.
2323/// @dev The relay relies on a set of signers to attest to some event on
2424/// Celestia. These signers are the Celestia validator set, who sign over every
2525/// Celestia block. Keeping track of the Celestia validator set is accomplished
@@ -309,7 +309,7 @@ contract QuantumGravityBridge is IDAOracle {
309309 emit ValidatorSetUpdatedEvent (_newNonce, _newPowerThreshold, _newValidatorSetHash);
310310 }
311311
312- /// @notice Relays a root of Celestia -> Ethereum data root tuples. Anyone
312+ /// @notice Relays a root of Celestia data root tuples to an EVM chain . Anyone
313313 /// can call this function, but they must supply valid signatures of the
314314 /// current validator set over the data root tuple root.
315315 ///
You can’t perform that action at this time.
0 commit comments