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 STARTING_POINT environment variable, as outlined in the design document, determines the starting point for the indexing process, allowing the indexer to avoid re-indexing the entire network. The STARTING_POINT can take one of the following forms:
Contract ID
Contract Address
next pointer
Solution
Implement a utility function to evaluate the STARTING_POINT variable, ensuring the indexer operates as intended and aligns with the defined starting point.
The text was updated successfully, but these errors were encountered:
Problem
The
STARTING_POINT
environment variable, as outlined in the design document, determines the starting point for the indexing process, allowing the indexer to avoid re-indexing the entire network. TheSTARTING_POINT
can take one of the following forms:next
pointerSolution
Implement a utility function to evaluate the
STARTING_POINT
variable, ensuring the indexer operates as intended and aligns with the defined starting point.The text was updated successfully, but these errors were encountered: