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
{{ message }}
This repository was archived by the owner on Sep 15, 2026. It is now read-only.
The actual function is considering active auctions as expired (if endTimestamp is in the future)
The correct conditional should be to check if endTimestamp is in the past, and then return true for expired.
I opened a PR with the fix here