Assessment reports>Omni AVS>Threat Model>Function: _setXCallGasLimits(uint64 base, uint64 perOperator)

Function: _setXCallGasLimits(uint64 base, uint64 perOperator)

Allows setting the xcall gas limits for the AVS.

Inputs

  • base

    • Validation: None.

    • Impact: The base xcall gas limit.

  • perOperator

    • Validation: None.

    • Impact: The per-operator additional xcall gas limit.

Branches and code coverage (including function calls)

Intended branches

  • Set the base xcall gas limit.

  • Set the per-operator additional xcall gas limit.

  • Assumed these are forwarded/used in the xcall.

Negative behavior

  • Should not be callable by anyone (ensured through the onlyOwner modifier in the function definition).

Zellic © 2025Back to top ↑