Skip to content

Commit

Permalink
zk lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kelemeno committed Apr 1, 2024
1 parent e4d4e09 commit ddf2223
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,7 @@ contract StateTransitionManager is IStateTransitionManager, ReentrancyGuard, Own
emit SetChainIdUpgrade(_chainContract, l2ProtocolUpgradeTx, protocolVersion);
}

function registerAlreadyDeployedHyperchain(
uint256 _chainId,
address _hyperchainContract
) external onlyOwner {
function registerAlreadyDeployedHyperchain(uint256 _chainId, address _hyperchainContract) external onlyOwner {
hyperchain[_chainId] = _hyperchainContract;
emit StateTransitionNewChain(_chainId, _hyperchainContract);
}
Expand Down

0 comments on commit ddf2223

Please sign in to comment.