Skip to content

Commit

Permalink
fix: rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
0xClandestine committed Oct 3, 2024
1 parent f4e2ac5 commit b1773d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ contract Upgrade_Mainnet_RewardsCoordinator is ExistingDeploymentParser, Timeloc
// Sanity Checks
_verifyContractPointers();
_verifyImplementations();
_verifyContractsInitialized();
_verifyContractsInitialized(false);
_verifyInitializationParams();
}

Expand Down

0 comments on commit b1773d8

Please sign in to comment.