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 tool is currently designed to scan exactly 100 contracts in each run, with this limit hardcoded into the implementation. While this approach ensures consistent operation, it lacks flexibility for users who may want to scan a smaller, customized number of contracts.
For instance, users may want to scan only 1 or 2 contracts for quick tests or specific verifications rather than always processing 100 contracts. This lack of configurability can lead to unnecessary resource usage and longer execution times, especially when only a subset of the contracts is relevant to the user.
Solution
Add a new env config to hold the dynamic input
Enable scanning based on the dynamic input
The text was updated successfully, but these errors were encountered:
quiet-node
changed the title
[ERC Registry] Phase 3: Enable manual contract addition based on user input.
[ERC Registry] Phase 3: Add Support for Scanning a Dynamic Number of Contracts
Dec 24, 2024
Description
The tool is currently designed to scan exactly 100 contracts in each run, with this limit hardcoded into the implementation. While this approach ensures consistent operation, it lacks flexibility for users who may want to scan a smaller, customized number of contracts.
For instance, users may want to scan only 1 or 2 contracts for quick tests or specific verifications rather than always processing 100 contracts. This lack of configurability can lead to unnecessary resource usage and longer execution times, especially when only a subset of the contracts is relevant to the user.
Solution
The text was updated successfully, but these errors were encountered: