Skip to content

Commit bc38781

Browse files
committed
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.
1 parent 4ca407d commit bc38781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/@/schema/validations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ export type ApiKeyPayConfigValidationSchema = z.infer<
147147
>;
148148

149149
// FIXME: Remove
150-
export const HIDDEN_SERVICES = ["relayer", "chainsaw"];
150+
export const HIDDEN_SERVICES = ["relayer", "chainsaw", "engineCloud"];

0 commit comments

Comments
 (0)