bobanetwork / boba_legacy

Monorepo implementing Boba, a compute layer for Ethereum
https://boba.network
MIT License
62 stars 60 forks source link

Update subgraph endpoints #1394

Closed boyuan-chen closed 4 months ago

boyuan-chen commented 4 months ago

:clipboard: Add associated issues, tickets, docs URL here.

Overview

Describe what your Pull Request is about in a few sentences.

Update the subgraph endpoints to Graph Studio.

Graph Studio provides two endpoints. One is for development, which is free. The other requires your own API key. If the API key is not provided in the .env file or environment, we will use the development endpoint.

Changes

Describe your changes and implementation choices. More details make PRs easier to review.

Testing

Describe how to test your new feature/bug fix and if possible, a step by step guide on how to demo this.

Updated the unit tests