Skip to content

Commit e841bfe

Browse files
authored
remove nebula from service list (#5409)
1 parent e0c641c commit e841bfe

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.changeset/green-bottles-approve.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+
remove nebula scope

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,6 @@ export const SERVICE_DEFINITIONS = {
6565
// all actions allowed
6666
actions: [],
6767
},
68-
nebula: {
69-
name: "nebula",
70-
title: "Nebula",
71-
description: "Nebula services",
72-
// all actions allowed
73-
actions: [],
74-
},
7568
} as const;
7669

7770
export const SERVICE_NAMES = Object.keys(

0 commit comments

Comments
 (0)