Skip to content

Commit

Permalink
fixing v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
“Max committed Feb 4, 2025
1 parent b85a9c4 commit d751b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/learn/charon/cluster-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The schema of the `cluster-definition.json` is defined as:
"address": "0x123..abfc", //ETH1 address of the creator
"config_signature": "0x123654...abcedf" // EIP712 Signature of config_hash using creator privkey
},
"version": "v1.8", // Schema version
"version": "v1.8.0", // Schema version
"num_validators": 1, // Number of distributed validators to be created in cluster-lock.json
"threshold": 3, // Optional threshold required for signature reconstruction
"dkg_algorithm": "default", // Optional DKG algorithm for key generation
Expand Down

0 comments on commit d751b5f

Please sign in to comment.