From bc387816c794390d5d48b3f5d14580e51180b0bb Mon Sep 17 00:00:00 2001 From: 0xFirekeeper <0xFirekeeper@gmail.com> Date: Sat, 6 Sep 2025 03:56:54 +0700 Subject: [PATCH] Remove ability to disable Transactions The 'engineCloud' service has been added to the HIDDEN_SERVICES array, to hide it from certain UI elements or logic. --- apps/dashboard/src/@/schema/validations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/src/@/schema/validations.ts b/apps/dashboard/src/@/schema/validations.ts index 7ea6ca838d5..2eda6173804 100644 --- a/apps/dashboard/src/@/schema/validations.ts +++ b/apps/dashboard/src/@/schema/validations.ts @@ -147,4 +147,4 @@ export type ApiKeyPayConfigValidationSchema = z.infer< >; // FIXME: Remove -export const HIDDEN_SERVICES = ["relayer", "chainsaw"]; +export const HIDDEN_SERVICES = ["relayer", "chainsaw", "engineCloud"];