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 RegisterAsOperator method in the elcontracts.ChainWriter receives an operator parameter which suggests that this is the operator being registered.
However this method calls the function registerAsOperator from the DelegationManager, which registers the caller of the function (not the operator parameter) 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
RegisterAsOperator
method in theelcontracts.ChainWriter
receives anoperator
parameter which suggests that this is the operator being registered.However this method calls the function
registerAsOperator
from the DelegationManager, which registers the caller of the function (not theoperator
parameter) 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: