File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,8 @@ contract InstantSlasherTest is Test {
195195 AllocationManager.slashOperator.selector
196196 );
197197
198- slashingRegistryCoordinator = SlashingRegistryCoordinator (middlewareDeployments.slashingRegistryCoordinator);
198+ slashingRegistryCoordinator =
199+ SlashingRegistryCoordinator (middlewareDeployments.slashingRegistryCoordinator);
199200 instantSlasher = InstantSlasher (middlewareDeployments.instantSlasher);
200201
201202 PermissionController (coreDeployment.permissionController).setAppointee (
Original file line number Diff line number Diff line change @@ -193,8 +193,6 @@ library MiddlewareDeployLib {
193193 slasherConfig.slasher
194194 )
195195 );
196- UpgradeableProxyLib.upgrade (
197- deployments.instantSlasher, instantSlasherImpl
198- );
196+ UpgradeableProxyLib.upgrade (deployments.instantSlasher, instantSlasherImpl);
199197 }
200198}
You can’t perform that action at this time.
0 commit comments