-
Notifications
You must be signed in to change notification settings - Fork 347
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Raid Ateir
committed
Oct 30, 2024
1 parent
93d4bb9
commit f569e00
Showing
3 changed files
with
2 additions
and
43 deletions.
There are no files selected for viewing
33 changes: 0 additions & 33 deletions
33
l1-contracts/contracts/common/interfaces/IL2ContractDeployer.sol
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,21 +21,13 @@ import {L2ContractHelper} from "../common/libraries/L2ContractHelper.sol"; | |
/// @author Matter Labs | ||
/// @custom:security-contact [email protected] | ||
contract L1GenesisUpgrade is IL1GenesisUpgrade, BaseZkSyncUpgradeGenesis { | ||
<<<<<<< HEAD | ||
<<<<<<< HEAD | ||
/// @notice The main function that will be called by the Admin facet. | ||
/// @notice The main function that will be delegate-called by the chain Admin facet. | ||
/// @param _l1GenesisUpgrade the address of the l1 genesis upgrade | ||
/// @param _chainId the chain id | ||
/// @param _protocolVersion the current protocol version | ||
/// @param _l1CtmDeployerAddress the address of the l1 ctm deployer | ||
/// @param _forceDeploymentsData the force deployments data | ||
/// @param _factoryDeps the factory dependencies | ||
======= | ||
/// @notice The main function that will be delegate called by the upgrade proxy. | ||
>>>>>>> origin/kl/n04-library | ||
======= | ||
/// @notice The main function that will be delegate-called by the chain. | ||
>>>>>>> origin/sb-n07-library-fix-review | ||
function genesisUpgrade( | ||
address _l1GenesisUpgrade, | ||
uint256 _chainId, | ||
|