From 96ab5a334d851b40581746673fa1faa43e4d6081 Mon Sep 17 00:00:00 2001 From: protolambda Date: Wed, 3 Apr 2019 13:35:40 +1100 Subject: [PATCH] Add note on configuration of constants --- specs/core/0_beacon-chain.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index d08828692..0beb6ca9f 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -178,6 +178,9 @@ Code snippets appearing in `this style` are to be interpreted as Python code. ## Constants +Note: the default main-net values for the constants are included here for illustrative purposes. +The different configurations for main-net, test-nets, and yaml-based testing can be found in the `configs/contants/` directory. + ### Misc | Name | Value |