Skip to content

Commit

Permalink
Added comment about how IDrips.sol was created
Browse files Browse the repository at this point in the history
  • Loading branch information
jferas committed Dec 7, 2023
1 parent 1460f22 commit 8ec011a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/interfaces/IDrips.sol
Original file line number Diff line number Diff line change
@@ -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;

Expand Down

0 comments on commit 8ec011a

Please sign in to comment.