sablier-labs / v2-core

⏳ Core smart contracts of the Sablier V2 token distribution protocol
https://sablier.com
Other
307 stars 43 forks source link

fix: use `segmentCountMap` and `trancheCountMap` in forge scripts #928

Closed smol-ninja closed 4 months ago

smol-ninja commented 4 months ago

Since maxSegmentCount and maxTrancheCount have still been used in forge scripts, the contracts would be deployed with 0 value for MAX_SEGEMENT_COUNT and MAX_TRANCHE_COUNT.