Skip to content

Commit

Permalink
Merge pull request #97 from RealityETH/fixZkEVMNotBridgeBug
Browse files Browse the repository at this point in the history
Fix bug where we were making 2 zkevms for the second fork instead of 1 zkevm and 1 bridge
  • Loading branch information
edmundedgar authored Nov 23, 2023
2 parents d9e3182 + 824cfaf commit c748d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/ForkingManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ contract ForkingManager is IForkingManager, ForkableStructure {
);
IForkingManager(newInstances.forkingManager.two).initialize(
newInstances.zkEVM.two,
newInstances.zkEVM.two,
newInstances.bridge.two,
newInstances.forkonomicToken.two,
address(this),
newInstances.globalExitRoot.two,
Expand Down

0 comments on commit c748d20

Please sign in to comment.