Add datatype to new parameters

This commit is contained in:
Aditya Asgaonkar 2021-11-20 09:16:43 -08:00 committed by Danny Ryan
parent 47fa6d108a
commit 504d82cc1a
No known key found for this signature in database
GPG Key ID: 2765A792E42CE07A
1 changed files with 2 additions and 2 deletions

View File

@ -62,13 +62,13 @@ Any of the above handlers that trigger an unhandled exception (e.g. a failed ass
| Name | Value | Unit | Duration |
| - | - | :-: | :-: |
| `SAFE_SLOTS_TO_UPDATE_JUSTIFIED` | `2**3` (= 8) | slots | 96 seconds |
| `ATTESTATION_OFFSET_QUOTIENT` | `3` | - | - |
| `ATTESTATION_OFFSET_QUOTIENT` | `uint64(3)` | - | - |
### Configuration
| Name | Value |
| - | - |
| `PROPOSER_SCORE_BOOST_QUOTIENT` | `4` |
| `PROPOSER_SCORE_BOOST_QUOTIENT` | `uint64(4)` |
### Helpers