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
The resulting code must build and run correctly and have strict mode enabled (strict: true in the TS config)
The resulting code must support all chains that the current Subgraph does, and leverage SubQuery's multi chain indexing function (e.g. it indexes all data into the same dataset) https://academy.subquery.network/build/multi-chain.html
The text was updated successfully, but these errors were encountered:
Migrate this Subgraph to a SubQuery project https://github.com/snapshot-labs/snapshot-subgraph
You must submit the resulting code as a contribution to https://github.com/subquery/ethereum-subql-starter/
See the migration guide here https://academy.subquery.network/build/graph-migration.html
The resulting code must build and run correctly and have strict mode enabled (
strict: true
in the TS config)The resulting code must support all chains that the current Subgraph does, and leverage SubQuery's multi chain indexing function (e.g. it indexes all data into the same dataset) https://academy.subquery.network/build/multi-chain.html
The text was updated successfully, but these errors were encountered: