We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c641c commit e841bfeCopy full SHA for e841bfe
.changeset/green-bottles-approve.md
@@ -0,0 +1,5 @@
1
+---
2
+"@thirdweb-dev/service-utils": patch
3
4
+
5
+remove nebula scope
packages/service-utils/src/core/services.ts
@@ -65,13 +65,6 @@ export const SERVICE_DEFINITIONS = {
65
// all actions allowed
66
actions: [],
67
},
68
- nebula: {
69
- name: "nebula",
70
- title: "Nebula",
71
- description: "Nebula services",
72
- // all actions allowed
73
- actions: [],
74
- },
75
} as const;
76
77
export const SERVICE_NAMES = Object.keys(
0 commit comments