Skip to content

Revert "[Service-Utils] feat: Add engine-cloud service definition #6529

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions packages/service-utils/src/core/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,6 @@ export type ProjectService =
name: "nebula";
actions: never[];
}
| {
name: "engineCloud";
actions: never[];
}
| ProjectBundlerService
| ProjectEmbeddedWalletsService;

Expand Down
8 changes: 0 additions & 8 deletions packages/service-utils/src/core/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,6 @@ export const SERVICE_DEFINITIONS = {
// all actions allowed
actions: [],
},
engineCloud: {
name: "engineCloud",
title: "Server wallets",
description:
"Server wallets with high transaction throughput and low latency",
// all actions allowed
actions: [],
},
} as const;

export const SERVICE_NAMES = Object.keys(
Expand Down