Skip to content

Commit

Permalink
doc: add assumption that only one type of stream is allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
smol-ninja committed May 2, 2024
1 parent b83b40f commit c5f38d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/StakeSablierNFT.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import { ISablierV2Lockup } from "@sablier/v2-core/src/interfaces/ISablierV2Lock
/// https://github.com/Synthetixio/synthetix/blob/develop/contracts/StakingRewards.sol
///
/// Assumptions:
/// - The staking contract supports only one type of stream at a time, either Lockup Dynamic or Lockup Linear.
/// - The Sablier NFT must be transferrable.
/// - The Sablier NFT must be non-cancelable.
/// - One user can only stake one NFT at a time.
Expand Down

0 comments on commit c5f38d7

Please sign in to comment.