From 6193c7c25567bec86a6ed840024bacec40b480a5 Mon Sep 17 00:00:00 2001 From: Diederik Loerakker Date: Wed, 19 May 2021 19:08:59 +0200 Subject: [PATCH] Update configs/README.md Co-authored-by: Hsiao-Wei Wang --- configs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/README.md b/configs/README.md index 3c040a701..f470b932d 100644 --- a/configs/README.md +++ b/configs/README.md @@ -14,7 +14,7 @@ and additional testnet assets. ## Forking -Variables are not replaced, but extended with forks. This is to support syncing from one state to the other over a fork boundary, without hot-swapping a config. +Variables are not replaced but extended with forks. This is to support syncing from one state to another over a fork boundary, without hot-swapping a config. Instead, for forks that introduce changes in a variable, the variable name is suffixed with the fork name, e.g. `INACTIVITY_PENALTY_QUOTIENT_ALTAIR`. Future-fork variables can be ignored, e.g. ignore Sharding variables as a client that only supports Phase 0 currently.