Skip to content

Commit d24ff14

Browse files
Revert "[Service-Utils] feat: Add engine-cloud service definition (#6526)"
This reverts commit 21389bb.
1 parent ab7bf1a commit d24ff14

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

packages/service-utils/src/core/api.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,6 @@ export type ProjectService =
136136
name: "nebula";
137137
actions: never[];
138138
}
139-
| {
140-
name: "engineCloud";
141-
actions: never[];
142-
}
143139
| ProjectBundlerService
144140
| ProjectEmbeddedWalletsService;
145141

packages/service-utils/src/core/services.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,6 @@ export const SERVICE_DEFINITIONS = {
7474
// all actions allowed
7575
actions: [],
7676
},
77-
engineCloud: {
78-
name: "engineCloud",
79-
title: "Server wallets",
80-
description:
81-
"Server wallets with high transaction throughput and low latency",
82-
// all actions allowed
83-
actions: [],
84-
},
8577
} as const;
8678

8779
export const SERVICE_NAMES = Object.keys(

0 commit comments

Comments
 (0)