From 8dd6d171adcfce51203c7a3e174ec50b26551062 Mon Sep 17 00:00:00 2001
From: John Feras <jferas@ferasinfotech.com>
Date: Wed, 6 Dec 2023 12:56:14 -0500
Subject: [PATCH] Added comment about how IDrips.sol was created

---
 src/interfaces/IDrips.sol | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/interfaces/IDrips.sol b/src/interfaces/IDrips.sol
index 5c87308..ee2baea 100644
--- a/src/interfaces/IDrips.sol
+++ b/src/interfaces/IDrips.sol
@@ -1,6 +1,8 @@
 // SPDX-License-Identifier: AGPL-3.0-only
 pragma solidity ^0.8.4;
 
+/// @dev This interface file for the DRIPS protocol was created via the command:
+///  `cast interface 0xb0C9B6D67608bE300398d0e4FB0cCa3891E1B33F`
 interface IDrips {
   type StreamConfig is uint256;