You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The register_as_operator method in the ELChainWriter claims that it registers the operator given by the operator parameter on EigenLayer.
However this method calls the function registerAsOperator from the DelegationManager under the hood, which in fact registers the caller of the function as an operator on EigenLayer.
This can lead to confusion as users might expect the function to register the address given by the operator parameter and not the caller of the transaction.
The text was updated successfully, but these errors were encountered:
The
register_as_operator
method in theELChainWriter
claims that it registers the operator given by theoperator
parameter on EigenLayer.However this method calls the function
registerAsOperator
from the DelegationManager under the hood, which in fact registers the caller of the function as an operator on EigenLayer.This can lead to confusion as users might expect the function to register the address given by the
operator
parameter and not the caller of the transaction.The text was updated successfully, but these errors were encountered: