Spare Flaxen Terrier
High
If streamLengthInTick is too large then the total time(miminumTickDuration * streamLengthTicks) is larger than duration of auction. The stream is not worked as expected.
https://github.com/sherlock-audit/2024-11-nounsdao/blob/main/nouns-monorepo/packages/nouns-contracts/contracts/NounsAuctionHouseV3.sol#L287-L291 https://github.com/sherlock-audit/2024-11-nounsdao/blob/main/nouns-monorepo/packages/nouns-contracts/contracts/StreamEscrow.sol#L34 There is no check of streamLengthInTicks * minimumTickDuration and duration of the auction. If the streamLengthInTicks is large than duration/minimumTickDuration, the total time of stream is larger than duration of auction. It's not expected.
No response
No response
No response
No response
No response
No response