-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: pendle #364
feat: pendle #364
Conversation
reserveConfigurationData.isFrozen | ||
) { | ||
return | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So... we want to show inactive and frozen pools?
I don't remember why we added this in the first place. Is there any example that wasn't showing before?
|
||
return protocolToken | ||
}, | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At least add a TODO here, because when we can update the metadata db dynamically we 1000000% don't want to do this, as it's just delaying fetching positions whilst waiting for block info.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey,
I see - you are saying we run metadata daily then save isExpired to true in db, interesting
You found a good use case to run the metadata daily.
9a84029
to
ae882c6
Compare
2976aa3
to
ba6efd8
Compare
Quality Gate failedFailed conditions |
No description provided.