-
Notifications
You must be signed in to change notification settings - Fork 22
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
fix: helix requires uppercase, and doesn't provide volume #75
base: next
Are you sure you want to change the base?
Conversation
to test
|
code doesn't take into account different decimals. present in some markets. do not apply |
code now uses a external file (settable in config) to get the list of tokens, and their decimal size. |
@starsquidnodes any chance for a review/merge? |
helixTokenFile shouldn't be provided as dependency and use Or alternatively be used inside the helix provider only and not be part of the config which needs extending the oracle class. |
fix helix as a provider.
it retrieves price quotes, but volume is not available via the API call. (so I returned it as one).
pushing it up to see if people have better options for volume