Skip to content

Commit

Permalink
Adds tssTag in the auth session
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1995 committed Oct 5, 2024
1 parent 7dc8c04 commit 4effaee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ export interface AuthSessionData {
tssPubKey?: string;
tssShare?: string;
tssNonce?: number;
tssTag?: string;
nodeIndexes?: number[];
useCoreKitKey?: boolean;
}
Expand Down

0 comments on commit 4effaee

Please sign in to comment.