From 9c463165ea1add2849c21518b9556ae67a951744 Mon Sep 17 00:00:00 2001 From: sergeypanin1994 Date: Wed, 29 Jan 2025 01:40:54 +0300 Subject: [PATCH] fix: update Twitter URL to x.com format Replaced the outdated Twitter URL (https://twitter.com) with the updated x.com format (https://x.com) to align with the platform's rebranding. --- .../contracts/interfaces/avs/vendored/IServiceManagerUI.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solidity/contracts/interfaces/avs/vendored/IServiceManagerUI.sol b/solidity/contracts/interfaces/avs/vendored/IServiceManagerUI.sol index 8df18a409c..b4f6495ffe 100644 --- a/solidity/contracts/interfaces/avs/vendored/IServiceManagerUI.sol +++ b/solidity/contracts/interfaces/avs/vendored/IServiceManagerUI.sol @@ -17,7 +17,7 @@ interface IServiceManagerUI { * "website": "https://www.eigenlayer.xyz/", * "description": "This is my 1st AVS", * "logo": "https://holesky-operator-metadata.s3.amazonaws.com/eigenlayer.png", - * "twitter": "https://twitter.com/eigenlayer" + * "twitter": "https://x.com/eigenlayer" * } * @notice Updates the metadata URI for the AVS * @param _metadataURI is the metadata URI for the AVS