diff --git a/contracts/interfaces/ISSVClusters.sol b/contracts/interfaces/ISSVClusters.sol index 07546dcf..b3d82d87 100644 --- a/contracts/interfaces/ISSVClusters.sol +++ b/contracts/interfaces/ISSVClusters.sol @@ -119,5 +119,5 @@ interface ISSVClusters is ISSVNetworkCore { * @param operatorIds The operator IDs managing the validator. * @param publicKey The public key of the exiting validator. */ - event ValidatorExited(address owner, uint64[] operatorIds, bytes indexed publicKey); + event ValidatorExited(address indexed owner, uint64[] operatorIds, bytes publicKey); } diff --git a/test/helpers/gas-usage.ts b/test/helpers/gas-usage.ts index 536812e7..534ec15e 100644 --- a/test/helpers/gas-usage.ts +++ b/test/helpers/gas-usage.ts @@ -88,7 +88,7 @@ const MAX_GAS_PER_GROUP: any = { [GasGroup.DEPOSIT]: 77500, [GasGroup.WITHDRAW_CLUSTER_BALANCE]: 94500, [GasGroup.WITHDRAW_OPERATOR_BALANCE]: 64900, - [GasGroup.VALIDATOR_EXIT]: 41500, + [GasGroup.VALIDATOR_EXIT]: 42200, [GasGroup.LIQUIDATE_CLUSTER_4]: 129300, [GasGroup.LIQUIDATE_CLUSTER_7]: 170500,