Skip to content

Commit

Permalink
[SHIP-3557] Update L2EP inline comment (#14371)
Browse files Browse the repository at this point in the history
* Update L2EP inline comment

* Create few-parents-punch.md

* [Bot] Update changeset file with jira issue

---------

Co-authored-by: app-token-issuer-infra-releng[bot] <120227048+app-token-issuer-infra-releng[bot]@users.noreply.github.com>
  • Loading branch information
1 parent bf6618d commit 0efcf38
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions contracts/.changeset/few-parents-punch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@chainlink/contracts': patch
---

update comments


SHIP-3557
2 changes: 1 addition & 1 deletion contracts/src/v0.8/l2ep/dev/shared/BaseValidator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ abstract contract BaseValidator is SimpleWriteAccessController, AggregatorValida
uint32 internal s_gasLimit;

/// @param l1CrossDomainMessengerAddress address the L1CrossDomainMessenger contract address
/// @param l2UptimeFeedAddr the address of the ScrollSequencerUptimeFeed contract address
/// @param l2UptimeFeedAddr the address of the SequencerUptimeFeed contract address
/// @param gasLimit the gasLimit to use for sending a message from L1 to L2
constructor(address l1CrossDomainMessengerAddress, address l2UptimeFeedAddr, uint32 gasLimit) {
if (l1CrossDomainMessengerAddress == address(0)) {
Expand Down

0 comments on commit 0efcf38

Please sign in to comment.