Skip to content

Commit 0d337c5

Browse files
chore: add missing field for getL1ValidatorResponse
1 parent a28654a commit 0d337c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vms/pvm/models.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ export interface GetL1ValidatorResponse {
334334
deactivationOwner: {
335335
addresses: string[];
336336
locktime: string;
337+
threshold: string;
337338
};
338339
startTime: string;
339340
weight: string;

0 commit comments

Comments
 (0)