Skip to content

v3.3.5

Compare
Choose a tag to compare
@vincenttaglia vincenttaglia released this 25 Oct 20:54
· 5 commits to master since this release

❗ Config Changes ❗

  • ENV variables only required if you are using non-default configs
  • Add GRAPH_API_KEY to env variables
    • Requires updating .env, indexer-tools-config.json, or docker env variables, depending on which you use.
    • Make sure to remove any DEFAULT_SUBGRAPH_* env variables if you aren't using a custom configuration.
    • Due to abuse of the unprotected API key, default API key is set up with a $25/mo limit for all custom deployments. The official deployment linked in the readme will not be limited. To guarantee working state of custom deployments all month long, please setup your own API key at https://thegraph.com/studio/apikeys/.

New Features

  • Show error message if querying subgraph fails

Full Changelog: v3.3.4-hotfix...v3.3.5