# Slither report
**THIS CHECKLIST IS NOT COMPLETE**. Use `--show-ignored-findings` to show all the results.
Summary
:yellow_circle: - [unused-return](#unused-return) (1 results) (Medium)
- [constable-states](#constable-states) (2 results) (Optimization)
## unused-return
:yellow_circle: Impact: Medium
:yellow_circle: Confidence: Medium
- [ ] ID-0
[ERC7739Validator._hashTypedDataForAccount(address,bytes32)]([base/ERC7739Validator.sol#L176-L206](https://github.com/bcnmy/nexus/blob/6c70af94a3f802bd30c7f7d36855f181e94e7e54/contracts/contracts/base/ERC7739Validator.sol#L176-L206)) ignores return value by [(name,version,chainId,verifyingContract) = EIP712(account).eip712Domain()]([base/ERC7739Validator.sol#L177-L185](https://github.com/bcnmy/nexus/blob/6c70af94a3f802bd30c7f7d36855f181e94e7e54/contracts/contracts/base/ERC7739Validator.sol#L177-L185))
[base/ERC7739Validator.sol#L176-L206](https://github.com/bcnmy/nexus/blob/6c70af94a3f802bd30c7f7d36855f181e94e7e54/contracts/contracts/base/ERC7739Validator.sol#L176-L206)
## constable-states
Impact: Optimization
:red_circle: Confidence: High
- [ ] ID-1
[RegistryAdapter.registry]([base/RegistryAdapter.sol#L10](https://github.com/bcnmy/nexus/blob/6c70af94a3f802bd30c7f7d36855f181e94e7e54/contracts/contracts/base/RegistryAdapter.sol#L10)) should be constant
[base/RegistryAdapter.sol#L10](https://github.com/bcnmy/nexus/blob/6c70af94a3f802bd30c7f7d36855f181e94e7e54/contracts/contracts/base/RegistryAdapter.sol#L10)
- [ ] ID-2
[RegistryFactory.threshold]([factory/RegistryFactory.sol#L39](https://github.com/bcnmy/nexus/blob/6c70af94a3f802bd30c7f7d36855f181e94e7e54/contracts/contracts/factory/RegistryFactory.sol#L39)) should be constant
[factory/RegistryFactory.sol#L39](https://github.com/bcnmy/nexus/blob/6c70af94a3f802bd30c7f7d36855f181e94e7e54/contracts/contracts/factory/RegistryFactory.sol#L39)
This comment was automatically generated by the GitHub Actions workflow.
:robot: Slither Analysis Report :mag_right:
Slither report
This comment was automatically generated by the GitHub Actions workflow.