From d751b5f31fc1a16a5bc760c4ef7a253d6e5f56e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CMax?= <“max@obol.tech”> Date: Tue, 4 Feb 2025 17:41:15 +0100 Subject: [PATCH] fixing v1.8.0 --- docs/learn/charon/cluster-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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