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