From bedb7b212bdb3da26294a04b934c8a04be79eda0 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 11 Jan 2023 20:55:02 -0500 Subject: feat(Plugin): Add AlwaysTrust (#401) 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 dfb8157..b5e1eb6 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -184,5 +184,9 @@ export const Devs = /* #__PURE__*/ Object.freeze({ SammCheese: { name: "Samm-Cheese", id: 372148345894076416n + }, + zt: { + name: "zt", + id: 289556910426816513n } }); -- cgit