This repository was archived by the owner on Mar 11, 2025. It is now read-only.
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
Implement securityModels
per domainID
in Executor
contract #54
Open
Description
Security models should be implemented per domanID
for the network the proof came from.
Implementation details
Extend _securityModels
mapping with domainID
.
It should be like the following:
// domainID => securityModel => state root storage contract addresses
mapping(uint8 => mapping(uint8 => address[])) public _securityModels;
Testing details
Extend current tests with new logic
Acceptance Criteria
Existing unit and e2e are passing