We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 860faa8 commit dad3d4dCopy full SHA for dad3d4d
test/utils/MockAVSDeployer.sol
@@ -257,8 +257,8 @@ contract MockAVSDeployer is Test {
257
258
serviceManager.initialize({
259
initialOwner: registryCoordinatorOwner,
260
- rewardsInitiator: address(proxyAdminOwner),
261
- slasher: address(proxyAdminOwner)
+ rewardsInitiator: proxyAdminOwner,
+ slasher: proxyAdminOwner
262
});
263
264
// set the public key for an operator, using harnessed function to bypass checks
0 commit comments