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 registry JSON files are currently organized in ascending order by contract IDs, from oldest to newest. However, if a previously unrecognized contract is identified as an ERC (e.g., missed by the tool), there needs to be a mechanism to input the contract ID and ensure it is correctly collected and inserted into the appropriate position in the sequence.
Solution
Implementr a sorting mechanism that automatically positions newly added contracts in the correct order within the registry.
The text was updated successfully, but these errors were encountered:
Problem
The registry JSON files are currently organized in ascending order by contract IDs, from oldest to newest. However, if a previously unrecognized contract is identified as an ERC (e.g., missed by the tool), there needs to be a mechanism to input the contract ID and ensure it is correctly collected and inserted into the appropriate position in the sequence.
Solution
Implementr a sorting mechanism that automatically positions newly added contracts in the correct order within the registry.
The text was updated successfully, but these errors were encountered: