Skip to content

Commit 6b0c113

Browse files
Update service descriptions and unhide Engine Cloud
1 parent 31c4bb2 commit 6b0c113

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.changeset/lucky-jobs-relate.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@thirdweb-dev/service-utils": patch
3+
---
4+
5+
Update service descriptions

apps/dashboard/src/components/settings/ApiKeys/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", "engineCloud"];
150+
export const HIDDEN_SERVICES = ["relayer", "chainsaw"];

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const SERVICE_DEFINITIONS = {
6262
insight: {
6363
name: "insight",
6464
title: "Insight",
65-
description: "Insight services",
65+
description: "Indexed data for any EVM chain",
6666
// all actions allowed
6767
actions: [],
6868
},
@@ -76,9 +76,9 @@ export const SERVICE_DEFINITIONS = {
7676
},
7777
engineCloud: {
7878
name: "engineCloud",
79-
title: "Server wallets",
79+
title: "Engine Cloud",
8080
description:
81-
"Server wallets with high transaction throughput and low latency",
81+
"Transaction API and Server wallets with high transaction throughput and low latency",
8282
// all actions allowed
8383
actions: [],
8484
},

0 commit comments

Comments
 (0)