❗ Config Changes (Previous Version) ❗
- 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/.
- Requires updating
New Features
- Docker images for this and every future release
Bug Fixes
- Fix env typo
Full Changelog: v3.3.5...v3.3.6-hotfix