Function: _setOmniPortal(IOmniPortal portal)
Allows setting the Omni portal contract for the AVS.
Inputs
portalValidation: None.
Impact: The Omni portal contract.
Branches and code coverage (including function calls)
Intended branches
Set the
omnicontract.
Negative behavior
Should not be callable by anyone (ensured through the
onlyOwnermodifier in the function definition).