Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Vlad Bochok <[email protected]>
  • Loading branch information
Deniallugo and vladbochok authored Nov 21, 2024
1 parent b077dd4 commit 9c138fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions l1-contracts/contracts/chain-registrar/ChainRegistrar.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {ReentrancyGuard} from "../common/ReentrancyGuard.sol";
/// @custom:security-contact [email protected]
/// @dev ChainRegistrar serves as the main point for chain registration.
contract ChainRegistrar is Ownable2StepUpgradeable, ReentrancyGuard {
/// Address that will be used for deploying l2 contracts
/// @notice Address that will be used for deploying l2 contracts
address public l2Deployer;
/// ZKsync Bridgehub
IBridgehub public bridgehub;
Expand Down Expand Up @@ -80,7 +80,7 @@ contract ChainRegistrar is Ownable2StepUpgradeable, ReentrancyGuard {
}

// @dev Propose a new chain to be registered in zksync ecosystem.
// ZkSync administration will use this data for registering the chain on bridgehub.
// ZKsync administration will use this data for registering the chain on bridgehub.
// The call will fail if the chain already registered.
// Note: For non eth based chains it requires to either approve equivalent of 1 eth of base token or transfer
// this token to l2 deployer directly
Expand Down

0 comments on commit 9c138fd

Please sign in to comment.