diff --git a/docs/learn/charon/cluster-configuration.md b/docs/learn/charon/cluster-configuration.md index 0b3595504a..c7bbd433ba 100644 --- a/docs/learn/charon/cluster-configuration.md +++ b/docs/learn/charon/cluster-configuration.md @@ -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