-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Do not merge] Updated Onboard to AVS Dashboard for AllocationManager and Sepolia #447
base: main
Are you sure you want to change the base?
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.
Updated to:
Still to do -> update core contracts links to Sepolia branch.
Do not merge until launched on Sepolia testnet.