-
Notifications
You must be signed in to change notification settings - Fork 358
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
Dec 17, 2024
1 parent
250de04
commit 28dee17
Showing
2 changed files
with
0 additions
and
4 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -19,7 +19,6 @@ import {IBridgehub} from "../bridgehub/IBridgehub.sol"; | |
|
||
import {VerifierParams} from "../state-transition/chain-interfaces/IVerifier.sol"; | ||
import {L2ContractHelper} from "../common/libraries/L2ContractHelper.sol"; | ||
import {L1GatewayHelper} from "./L1GatewayHelper.sol"; | ||
|
||
/// @author Matter Labs | ||
/// @custom:security-contact [email protected] | ||
|
@@ -39,8 +38,6 @@ contract L1GenesisUpgrade is IL1GenesisUpgrade, BaseZkSyncUpgradeGenesis { | |
bytes calldata _forceDeploymentsData, | ||
bytes[] calldata _factoryDeps | ||
) public override returns (bytes32) { | ||
address baseTokenAddress = IBridgehub(s.bridgehub).baseToken(_chainId); | ||
|
||
L2CanonicalTransaction memory l2ProtocolUpgradeTx; | ||
|
||
{ | ||
|