diff --git a/packages/horizon/contracts/data-service/interfaces/IDataServiceRescuable.sol b/packages/horizon/contracts/data-service/interfaces/IDataServiceRescuable.sol index 67026f2d4..0c5b2c8f6 100644 --- a/packages/horizon/contracts/data-service/interfaces/IDataServiceRescuable.sol +++ b/packages/horizon/contracts/data-service/interfaces/IDataServiceRescuable.sol @@ -16,7 +16,7 @@ interface IDataServiceRescuable is IDataService { * @param token The address of the token being rescued * @param tokens The amount of tokens rescued */ - event TokensRescued(address indexed from, address indexed to, address token, uint256 tokens); + event TokensRescued(address indexed from, address indexed to, address indexed token, uint256 tokens); /** * @notice Emitted when a rescuer is set.