You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our pool incentives module's IsPoolIncentivized function currently does not recognize CL gauges because they do not fit cleanly under lockableDurations (which is what the function loops through). We should add a branch in the function that pulls the relevant times for CL gauges when a pool ID corresponds to a CL pool so that IsPoolIncentivized properly identifies whether a pool ID has a valid and active gauge.
Acceptance Criteria
All new and existing tests pass
The text was updated successfully, but these errors were encountered:
Background
Our pool incentives module's
IsPoolIncentivized
function currently does not recognize CL gauges because they do not fit cleanly underlockableDurations
(which is what the function loops through). We should add a branch in the function that pulls the relevant times for CL gauges when a pool ID corresponds to a CL pool so thatIsPoolIncentivized
properly identifies whether a pool ID has a valid and active gauge.Acceptance Criteria
The text was updated successfully, but these errors were encountered: