You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a folder for each chain, and each folder contains configurations to build an indexer for that chain including the ABIs and contract addresses. Each individual folder contains repetitive configurations, and utilizes a fork of the official subsquid library for generating the indexers.
The image building can be simplified by putting the configs together, and building a single image depending on the chain provided. Additionally, we should revisit the forked library for something more official.
Tasks:
Improve build process
Remove @troy_/squid-gen-evm dependency from indexers
The text was updated successfully, but these errors were encountered:
We have a folder for each chain, and each folder contains configurations to build an indexer for that chain including the ABIs and contract addresses. Each individual folder contains repetitive configurations, and utilizes a fork of the official subsquid library for generating the indexers.
The image building can be simplified by putting the configs together, and building a single image depending on the chain provided. Additionally, we should revisit the forked library for something more official.
Tasks:
@troy_/squid-gen-evm
dependency from indexersThe text was updated successfully, but these errors were encountered: