Skip to content

Commit 6a3cea3

Browse files
adlerjohnrach-id
andauthored
Remove references to Ethereum specifically. (#109)
* Remove references to Ethereum specifically. * Update ethereum/solidity/src/QuantumGravityBridge.sol Co-authored-by: CHAMI Rachid <[email protected]> Co-authored-by: CHAMI Rachid <[email protected]>
1 parent 030a593 commit 6a3cea3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ethereum/solidity/src/QuantumGravityBridge.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
///

0 commit comments

Comments
 (0)