From c5f38d7fd05752e7a55cea9136a82758eeb27f75 Mon Sep 17 00:00:00 2001 From: smol-ninja Date: Thu, 2 May 2024 17:29:42 +0100 Subject: [PATCH] doc: add assumption that only one type of stream is allowed --- src/StakeSablierNFT.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/src/StakeSablierNFT.sol b/src/StakeSablierNFT.sol index 0919dd2..b5961fb 100644 --- a/src/StakeSablierNFT.sol +++ b/src/StakeSablierNFT.sol @@ -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.