diff --git a/.changeset/lucky-jobs-relate.md b/.changeset/lucky-jobs-relate.md new file mode 100644 index 00000000000..809cababab6 --- /dev/null +++ b/.changeset/lucky-jobs-relate.md @@ -0,0 +1,5 @@ +--- +"@thirdweb-dev/service-utils": patch +--- + +Update service descriptions diff --git a/apps/dashboard/src/components/settings/ApiKeys/validations.ts b/apps/dashboard/src/components/settings/ApiKeys/validations.ts index 8e091917121..27108698e62 100644 --- a/apps/dashboard/src/components/settings/ApiKeys/validations.ts +++ b/apps/dashboard/src/components/settings/ApiKeys/validations.ts @@ -147,4 +147,4 @@ export type ApiKeyPayConfigValidationSchema = z.infer< >; // FIXME: Remove -export const HIDDEN_SERVICES = ["relayer", "chainsaw", "engineCloud"]; +export const HIDDEN_SERVICES = ["relayer", "chainsaw"]; diff --git a/packages/service-utils/src/core/services.ts b/packages/service-utils/src/core/services.ts index 2c539f3edac..928a59731c8 100644 --- a/packages/service-utils/src/core/services.ts +++ b/packages/service-utils/src/core/services.ts @@ -62,7 +62,7 @@ export const SERVICE_DEFINITIONS = { insight: { name: "insight", title: "Insight", - description: "Insight services", + description: "Indexed data for any EVM chain", // all actions allowed actions: [], }, @@ -76,9 +76,9 @@ export const SERVICE_DEFINITIONS = { }, engineCloud: { name: "engineCloud", - title: "Server wallets", + title: "Engine Cloud", description: - "Server wallets with high transaction throughput and low latency", + "Transaction API and Server wallets with high transaction throughput and low latency", // all actions allowed actions: [], },