Skip to content

Commit

Permalink
Merge pull request #267 from sablier-labs/style/merge-headers
Browse files Browse the repository at this point in the history
Merge headers
  • Loading branch information
PaulRBerg authored Jan 30, 2024
2 parents 5a14a03 + df4e07f commit 0dc87fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
6 changes: 1 addition & 5 deletions src/SablierV2MerkleStreamerLL.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,12 @@ contract SablierV2MerkleStreamerLL is
using SafeERC20 for IERC20;

/*//////////////////////////////////////////////////////////////////////////
USER-FACING CONSTANTS
STATE VARIABLES
//////////////////////////////////////////////////////////////////////////*/

/// @inheritdoc ISablierV2MerkleStreamerLL
ISablierV2LockupLinear public immutable override LOCKUP_LINEAR;

/*//////////////////////////////////////////////////////////////////////////
USER-FACING STORAGE
//////////////////////////////////////////////////////////////////////////*/

/// @inheritdoc ISablierV2MerkleStreamerLL
LockupLinear.Durations public override streamDurations;

Expand Down
14 changes: 3 additions & 11 deletions src/abstracts/SablierV2MerkleStreamer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ abstract contract SablierV2MerkleStreamer is
using SafeERC20 for IERC20;

/*//////////////////////////////////////////////////////////////////////////
USER-FACING CONSTANTS
STATE VARIABLES
//////////////////////////////////////////////////////////////////////////*/

/// @inheritdoc ISablierV2MerkleStreamer
Expand All @@ -36,19 +36,11 @@ abstract contract SablierV2MerkleStreamer is
/// @inheritdoc ISablierV2MerkleStreamer
bytes32 public immutable override MERKLE_ROOT;

/// @inheritdoc ISablierV2MerkleStreamer
bool public immutable override TRANSFERABLE;

/*//////////////////////////////////////////////////////////////////////////
INTERNAL CONSTANT
//////////////////////////////////////////////////////////////////////////*/

/// @dev The name of the campaign stored as bytes32.
bytes32 internal immutable NAME;

/*//////////////////////////////////////////////////////////////////////////
INTERNAL STORAGE
//////////////////////////////////////////////////////////////////////////*/
/// @inheritdoc ISablierV2MerkleStreamer
bool public immutable override TRANSFERABLE;

/// @dev Packed booleans that record the history of claims.
BitMaps.BitMap internal _claimedBitMap;
Expand Down

0 comments on commit 0dc87fe

Please sign in to comment.