remove `GENESIS_TIME` from constants
This constant has been superseded by `BeaconState.genesis_time`
This commit is contained in:
parent
20214da420
commit
16d05b353a
|
@ -38,7 +38,6 @@ The primary source of load on the beacon chain are "attestations". Attestations
|
|||
| `GWEI_PER_ETH` | 10**9 | Gwei/ETH |
|
||||
| `DEPOSIT_CONTRACT_ADDRESS` | **TBD** | - |
|
||||
| `TARGET_COMMITTEE_SIZE` | 2**8 (= 256) | validators |
|
||||
| `GENESIS_TIME` | **TBD** | seconds |
|
||||
| `SLOT_DURATION` | 6 | seconds |
|
||||
| `CYCLE_LENGTH` | 2**6 (= 64) | slots | ~6 minutes |
|
||||
| `MIN_VALIDATOR_SET_CHANGE_INTERVAL` | 2**8 (= 256) | slots | ~25 minutes |
|
||||
|
|
Loading…
Reference in New Issue