From 9a634ab999f193f1ccdd1f507e1586b34ee93da9 Mon Sep 17 00:00:00 2001 From: nin0dev Date: Sat, 17 Feb 2024 05:47:07 -0500 Subject: [PATCH] Added nin0-dev (hey thats me!) to the devs list --- src/utils/constants.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 55af93605..1cf4ddb95 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -410,7 +410,12 @@ export const Devs = /* #__PURE__*/ Object.freeze({ coolelectronics: { name: "coolelectronics", id: 696392247205298207n, - } + }, + nin0dev: + { + name: "nin0-dev", + id: 886685857560539176n, + }, } satisfies Record); // iife so #__PURE__ works correctly