From 08a2030bbc4378cc2f750794cc1fe0d5fcb98d28 Mon Sep 17 00:00:00 2001 From: The Captain <81252038+Captain8771@users.noreply.github.com> Date: Wed, 18 Jan 2023 23:47:40 +0100 Subject: feat(Plugin): customRPC (#406) Co-authored-by: Ven --- src/utils/constants.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/utils') diff --git a/src/utils/constants.ts b/src/utils/constants.ts index b5e1eb6..1eba713 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -188,5 +188,9 @@ export const Devs = /* #__PURE__*/ Object.freeze({ zt: { name: "zt", id: 289556910426816513n + }, + captain: { + name: "Captain", + id: 347366054806159360n } }); -- cgit