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

Subgraph protocol #470

Merged
merged 5 commits into from
Oct 20, 2024
Merged

Subgraph protocol #470

merged 5 commits into from
Oct 20, 2024

Commits on Oct 18, 2024

  1. ♻️ Refactored subgraph URL generation

    ♻️ Refactored subgraph URL generation
    
    - Introduced a new function to generate subgraph URLs
    - Added error handling for fetching data from published subgraphs, with fallback to hosted ones
    - Updated the use of this function across multiple files
    - Included the ability to specify a publishedSubgraphUrl in chain configuration
    - Bumped up the production version of the subgraph in config file
    Corantin committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    908bea2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c825532 View commit details
    Browse the repository at this point in the history
  3. ♻️ Updated subgraph URL retrieval method

    - Replaced the direct environment variable access for fetching the Subgraph URL with a function call to `getConfigByChain`.
    - This change enhances code maintainability and readability by centralizing configuration data retrieval.
    Corantin committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    5880de8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78dad7c View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Configuration menu
    Copy the full SHA
    85b45d9 View commit details
    Browse the repository at this point in the history