Skip to content

Commit c3e00b7

Browse files
committed
Removed redundant check
Signed-off-by: Faisal Usmani <[email protected]>
1 parent 678a896 commit c3e00b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/utils/DeploymentUtils.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ contract DeploymentUtils is Script, Test, Constants, DeployedAddresses {
208208

209209
string memory foundryProfile = vm.envOr("FOUNDRY_PROFILE", string("default"));
210210

211-
if (isZkSyncChain && keccak256(abi.encodePacked(foundryProfile)) != keccak256(abi.encodePacked("zksync"))) {
211+
if (isZkSyncChain) {
212212
vm.assertEq(
213213
foundryProfile,
214214
string("zksync"),

0 commit comments

Comments
 (0)