From 3a638f44906955f6d127170ead20dbd4330ca6a8 Mon Sep 17 00:00:00 2001 From: sergeypanin1994 Date: Wed, 22 Jan 2025 00:42:19 +0300 Subject: [PATCH] fix: update Twitter URL to x.com format Replaced the outdated Twitter URL (twitter) with the updated x.com format (x) to align with the platform's rebranding. --- src/reserved.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reserved.ts b/src/reserved.ts index 32f8960a1..db7288ec5 100644 --- a/src/reserved.ts +++ b/src/reserved.ts @@ -93,7 +93,7 @@ const RESERVED_USERNAMES = new Set([ 'tesla', 'tezos', 'travel', - 'twitter', + 'x', 'uber', 'un', 'uniswap',