sablier-labs/v2-periphery

Update natspec in `ISablierV2MerkleLockup`

Closed this issue · 0 comments

Since we renamed MerkleStreamer to MerkleLockup we need to udpate the natspec here:

/// @title ISablierV2MerkleLockup
/// @notice A contract that lets user claim Sablier streams using Merkle proofs. An interesting use case for
/// MerkleStream is airstreams, which is a portmanteau of "airdrop" and "stream". This is an airdrop model where the
/// tokens are distributed over time, as opposed to all at once.
/// @dev This is the base interface for MerkleLockup contracts. See the Sablier docs for more guidance on how
/// streaming works: https://docs.sablier.com/.
interface ISablierV2MerkleLockup is IAdminable {