Skip to content

Commit f3fdc4c

Browse files
committed
refactor(networks): change request id prefix
1 parent ec03f2a commit f3fdc4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/networks/src/networks/vNaga/shared/helpers/createRequestId.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
* Creates a unique request ID for tracking requests
33
*/
44
export function createRequestId(): string {
5-
return `request_${Date.now()}_${Math.random().toString(36).substring(2, 15)}`;
5+
return `lit_${Date.now()}_${Math.random().toString(36).substring(2, 15)}`;
66
}

0 commit comments

Comments
 (0)