-
Notifications
You must be signed in to change notification settings - Fork 29
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: add prices api #630
feat: add prices api #630
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
2c3cfe9
to
ad5f22e
Compare
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.
Sorry, I don't think we should add all this code to this repository.
If we want to use this code, it should either be a separate repository/npm package or we should only include the code that we use at that point
Co-authored-by: Daniel Schiavini <daniel.schiavini@gmail.com>
…UTC if no time zone info is given
d148056
to
7ffaa22
Compare
Heavily refactored on the Curve Monitor repo to make it as suitable as possible for curve.fi repo.
Package isn't ready for public publishing to the npm registry yet, internal usage is more important in the short term.
It doesn't have to be perfect from the start, we can add and modify params and typing as we use it over time.
I have split the actual refactoring that makes use of this package up into multiple smaller PRs which makes testing and reviewing easier. In those same PRs I will also modify the package code such that suits our needs (think of stuff like function parameters and such).
As such, this PR only adds code without using it yet.