Skip to content

Commit dad3d4d

Browse files
committed
chore: remove unneeded casting
1 parent 860faa8 commit dad3d4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/utils/MockAVSDeployer.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ contract MockAVSDeployer is Test {
257257

258258
serviceManager.initialize({
259259
initialOwner: registryCoordinatorOwner,
260-
rewardsInitiator: address(proxyAdminOwner),
261-
slasher: address(proxyAdminOwner)
260+
rewardsInitiator: proxyAdminOwner,
261+
slasher: proxyAdminOwner
262262
});
263263

264264
// set the public key for an operator, using harnessed function to bypass checks

0 commit comments

Comments
 (0)