Skip to content

Commit

Permalink
fix: updated dkg version
Browse files Browse the repository at this point in the history
  • Loading branch information
axelrod-blox committed Jan 14, 2025
1 parent f46325c commit b4d57dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/utils/keyshares.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export enum KeysharesValidationErrors {

export const DKG_VERSIONS = {
OLD: "2.1.0",
NEW: "3.0.0",
NEW: "3.0.1",
};

export class KeysharesValidationError extends Error {
Expand Down

0 comments on commit b4d57dc

Please sign in to comment.