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

Replacing CoingeckoTokenPriceService by ApiTokenPriceService to fetch… #564

Commits on Jan 24, 2024

  1. Replacing CoingeckoTokenPriceService by ApiTokenPriceService to fetch…

    … token prices from the API instead of from coingecko;
    Luiz Gustavo Abou Hatem De Liz committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    3a52bf3 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Adding 'api' tokenPriceService type;

    Making 'api' the default token price service;
    Applying the coingecko config to the coingeckoTokenPriceService;
    bugfixing the token-prices/coingecko module to work correctly with the coingeckoConfig;
    Luiz Gustavo Abou Hatem De Liz committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    124e3dd View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Fixing coingecko header name;

    Improving maintainability for coingecko constants;
    Luiz Gustavo Abou Hatem De Liz committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    b0f9bf8 View commit details
    Browse the repository at this point in the history
  2. fixing lint errors;

    Luiz Gustavo Abou Hatem De Liz committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    5d8aed3 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. changing pool for queries.integration.spec.ts tests;

    Luiz Gustavo Abou Hatem De Liz committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ef34305 View commit details
    Browse the repository at this point in the history
  2. changing APR to "greaterThanOrEqual" instead of "greaterThan";

    Luiz Gustavo Abou Hatem De Liz committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    b435230 View commit details
    Browse the repository at this point in the history
  3. removing log;

    Luiz Gustavo Abou Hatem De Liz committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    84b7e0a View commit details
    Browse the repository at this point in the history
  4. Changing from greaterThan to greaterThanOrEqual in apr tests;

    Luiz Gustavo Abou Hatem De Liz committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ce50743 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Removing "OrEqual" from the tests;

    Luiz Gustavo Abou Hatem De Liz committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    bc0b449 View commit details
    Browse the repository at this point in the history