From 3e8238922e7d5ec07a254aefdca55a902942bf18 Mon Sep 17 00:00:00 2001 From: John Feras 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;