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 cfeba37 commit 44bb003Copy full SHA for 44bb003
.changeset/slick-eyes-reply.md
@@ -0,0 +1,5 @@
1
+---
2
+"@thirdweb-dev/service-utils": patch
3
4
+
5
+[service-utils] Add "pay" as a usage source
packages/service-utils/src/core/usageV2.ts
@@ -7,6 +7,7 @@ export const USAGE_V2_SOURCES = [
7
"sdk",
8
"storage",
9
"wallet",
10
+ "pay",
11
] as const;
12
export type UsageV2Source = (typeof USAGE_V2_SOURCES)[number];
13
export function getTopicName(source: UsageV2Source) {
0 commit comments