# Slither report
**THIS CHECKLIST IS NOT COMPLETE**. Use `--show-ignored-findings` to show all the results.
Summary
- [constable-states](#constable-states) (2 results) (Optimization)
## constable-states
Impact: Optimization
:red_circle: Confidence: High
- [ ] ID-0
[RegistryAdapter.registry]([base/RegistryAdapter.sol#L10](https://github.com/bcnmy/nexus/blob/aa01c08c4fbcfa6a948780c07f93d4d0243600d1/contracts/contracts/base/RegistryAdapter.sol#L10)) should be constant
[base/RegistryAdapter.sol#L10](https://github.com/bcnmy/nexus/blob/aa01c08c4fbcfa6a948780c07f93d4d0243600d1/contracts/contracts/base/RegistryAdapter.sol#L10)
- [ ] ID-1
[RegistryFactory.threshold]([factory/RegistryFactory.sol#L39](https://github.com/bcnmy/nexus/blob/aa01c08c4fbcfa6a948780c07f93d4d0243600d1/contracts/contracts/factory/RegistryFactory.sol#L39)) should be constant
[factory/RegistryFactory.sol#L39](https://github.com/bcnmy/nexus/blob/aa01c08c4fbcfa6a948780c07f93d4d0243600d1/contracts/contracts/factory/RegistryFactory.sol#L39)
This comment was automatically generated by the GitHub Actions workflow.
@joepegler can merge