Skip to content
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

BPT Price Fetch Error - Separating in chunk of 10, coingecko only allows 10 token prices per request now; #549

Merged
merged 4 commits into from
Nov 30, 2023

Commits on Nov 28, 2023

  1. Adding example for bptPrice;

    Separating coingecko token prices requests by chunks of 10, coingecko is only allowing 10 tokens per request in the free plan, they have a paid plan for more token prices (https://www.coingecko.com/en/api/pricing);
    Luiz Gustavo Abou Hatem De Liz committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    37e995d View commit details
    Browse the repository at this point in the history
  2. Fixing Lint errors

    Luiz Gustavo Abou Hatem De Liz committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    56d8ed0 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Fixing coingecko fetch;

    Luiz Gustavo Abou Hatem De Liz committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    60d4c20 View commit details
    Browse the repository at this point in the history
  2. Improving fetching historical prices error response;

    Skipping impermanent loss tests, the coingecko requests are above the free limit;
    Luiz Gustavo Abou Hatem De Liz committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    5ddcb72 View commit details
    Browse the repository at this point in the history