-
Notifications
You must be signed in to change notification settings - Fork 58
Updated Onboard to AVS Dashboard for AllocationManager and Sepolia #447
Conversation
… into devRestruture
@MadelineAu is attempting to deploy a commit to the EigenLabs Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
``` | ||
The logo must be in PNG format. | ||
|
||
Once invoked, the data is indexed within about 10 minutes, and the metadata is displayed on the AVS Dashboard. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it takes up to 20 minutes: https://github.com/Layr-Labs/eigenlayer-backend/blob/master/async-task-server/main.go#L121
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
### registerForOperatorSets and deregisterFromOperatorSets | ||
|
||
To have the list of Operators displayed on the [AVS Marketplace](https://app.eigenlayer.xyz/avs), an AVS must register and deregister Operators by | ||
using `registerForOperatorSets` and `deregisterFromOperatorSets` on the [AllocationManager core contract](https://github.com/Layr-Labs/eigenlayer-contracts/blob/5635ba536c19e3fc256e6478ce6500380995789e/docs/core/AllocationManager.md). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
registerOperatorToAVS
on AVSDirectory
has been deprecated but it may also be used since it records events about operators registering to AVSs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed this section because it's the Operators that are registered that are displayed - the process of how to register them is not specific to having them displayed on the dashboard.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Updated to:
Still to do -> update core contracts links to Sepolia branch.
Do not merge until launched on Sepolia testnet.