Skip to content

Commit 9d8c7f1

Browse files
authored
Add gateway to possible usage sources (#7700)
1 parent 9dc8f5a commit 9d8c7f1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/tasty-ducks-say.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+
add `gateway` to possible usage sources

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export const USAGE_V2_SOURCES = [
1010
"wallet",
1111
"pay",
1212
"webhook",
13+
"gateway", // the gateway API (platform v3)
1314
] as const;
1415
export type UsageV2Source = (typeof USAGE_V2_SOURCES)[number];
1516

0 commit comments

Comments
 (0)