Skip to content

Commit

Permalink
chore: add missed assert for new parameter (#316)
Browse files Browse the repository at this point in the history
make sure merging it after testnet contracts are updated

Co-authored-by: Dmitry Gusakov <[email protected]>
  • Loading branch information
skhomuti and dgusakov authored Sep 5, 2024
1 parent d5f3044 commit 24e3261
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/fork/deployment/PostDeployment.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ contract CSModuleDeploymentTest is Test, Utilities, DeploymentFixtures {
csm.MAX_SIGNING_KEYS_PER_OPERATOR_BEFORE_PUBLIC_RELEASE(),
deployParams.maxKeysPerOperatorEA
);
assertEq(
csm.MAX_KEY_REMOVAL_CHARGE(),
deployParams.maxKeyRemovalCharge
);
assertEq(address(csm.LIDO_LOCATOR()), deployParams.lidoLocatorAddress);
}

Expand Down

0 comments on commit 24e3261

Please sign in to comment.