Skip to content

Commit

Permalink
chore: add setMetadataURI function to IServiceManager interface
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaoticWalrus committed Dec 14, 2023
1 parent a81599d commit a8008a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/interfaces/IServiceManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ import {IDelegationManager} from "eigenlayer-contracts/src/contracts/interfaces/
* @author Layr Labs, Inc.
*/
interface IServiceManager {
/**
* @notice Sets the metadata URI for the AVS
* @param _metadataURI is the metadata URI for the AVS
*/
function setMetadataURI(string memory _metadataURI) external;

/**
* @notice Forwards a call to EigenLayer's DelegationManager contract to confirm operator registration with the AVS
* @param operator The address of the operator to register.
Expand Down

0 comments on commit a8008a0

Please sign in to comment.