Skip to content

Commit

Permalink
Fix bug where we were making 2 zkevms for the second fork instead of …
Browse files Browse the repository at this point in the history
…1 zkevm and 1 bridge
  • Loading branch information
edmundedgar committed Nov 22, 2023
1 parent 752cc61 commit 824cfaf
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 824cfaf

Please sign in to comment.