Update toc

This commit is contained in:
terence tsao 2020-06-09 15:38:40 -07:00 committed by GitHub
parent ef11e924fa
commit 0f6efcd50d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,11 @@
- [Custom types](#custom-types) - [Custom types](#custom-types)
- [Configuration](#configuration) - [Configuration](#configuration)
- [Misc](#misc) - [Misc](#misc)
- [Shard block configs](#shard-block-configs)
- [Gwei values](#gwei-values)
- [Initial values](#initial-values)
- [Time parameters](#time-parameters)
- [Domain types](#domain-types)
- [Updated containers](#updated-containers) - [Updated containers](#updated-containers)
- [Extended `AttestationData`](#extended-attestationdata) - [Extended `AttestationData`](#extended-attestationdata)
- [Extended `Attestation`](#extended-attestation) - [Extended `Attestation`](#extended-attestation)
@ -109,6 +114,7 @@ Configuration is not namespaced. Instead it is strictly an extension;
| `GASPRICE_ADJUSTMENT_COEFFICIENT` | `2**3` (= 8) | | `GASPRICE_ADJUSTMENT_COEFFICIENT` | `2**3` (= 8) |
### Shard block configs ### Shard block configs
| Name | Value | | Name | Value |
| - | - | | - | - |
| `MAX_SHARD_BLOCK_SIZE` | `2**20` (= 1,048,576) | | `MAX_SHARD_BLOCK_SIZE` | `2**20` (= 1,048,576) |