From cd7b1056b4629d921fbb97ae7603e47d14eb5735 Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Wed, 4 Nov 2020 09:02:57 -0600 Subject: [PATCH] add mainnet deposit contract address and min genesis time --- configs/mainnet/phase0.yaml | 6 +++--- specs/phase0/beacon-chain.md | 2 +- specs/phase0/deposit-contract.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configs/mainnet/phase0.yaml b/configs/mainnet/phase0.yaml index 95eac0e400..ace44dd232 100644 --- a/configs/mainnet/phase0.yaml +++ b/configs/mainnet/phase0.yaml @@ -18,8 +18,8 @@ CHURN_LIMIT_QUOTIENT: 65536 SHUFFLE_ROUND_COUNT: 90 # `2**14` (= 16,384) MIN_GENESIS_ACTIVE_VALIDATOR_COUNT: 16384 -# Jan 3, 2020 -MIN_GENESIS_TIME: 1578009600 +# Dec 1, 2020, 12pm UTC +MIN_GENESIS_TIME: 1606824000 # 4 HYSTERESIS_QUOTIENT: 4 # 1 (minus 0.25) @@ -54,7 +54,7 @@ SECONDS_PER_ETH1_BLOCK: 14 DEPOSIT_CHAIN_ID: 1 DEPOSIT_NETWORK_ID: 1 # **TBD** -DEPOSIT_CONTRACT_ADDRESS: 0x1234567890123456789012345678901234567890 +DEPOSIT_CONTRACT_ADDRESS: 0x00000000219ab540356cBB839Cbe05303d7705Fa # Gwei values diff --git a/specs/phase0/beacon-chain.md b/specs/phase0/beacon-chain.md index 84e9af9dd5..5f80d01b27 100644 --- a/specs/phase0/beacon-chain.md +++ b/specs/phase0/beacon-chain.md @@ -191,7 +191,7 @@ The following values are (non-configurable) constants used throughout the specif | `CHURN_LIMIT_QUOTIENT` | `uint64(2**16)` (= 65,536) | | `SHUFFLE_ROUND_COUNT` | `uint64(90)` | | `MIN_GENESIS_ACTIVE_VALIDATOR_COUNT` | `uint64(2**14)` (= 16,384) | -| `MIN_GENESIS_TIME` | `uint64(1578009600)` (Jan 3, 2020) | +| `MIN_GENESIS_TIME` | `uint64(1606824000)` (Dec 1, 2020, 12pm UTC) | | `HYSTERESIS_QUOTIENT` | `uint64(4)` | | `HYSTERESIS_DOWNWARD_MULTIPLIER` | `uint64(1)` | | `HYSTERESIS_UPWARD_MULTIPLIER` | `uint64(5)` | diff --git a/specs/phase0/deposit-contract.md b/specs/phase0/deposit-contract.md index 89c5bb22bf..6036da2d68 100644 --- a/specs/phase0/deposit-contract.md +++ b/specs/phase0/deposit-contract.md @@ -43,7 +43,7 @@ These configurations are updated for releases and may be out of sync during `dev | - | - | | `DEPOSIT_CHAIN_ID` | `1` | | `DEPOSIT_NETWORK_ID` | `1` | -| `DEPOSIT_CONTRACT_ADDRESS` | **TBD** | +| `DEPOSIT_CONTRACT_ADDRESS` | `0x00000000219ab540356cBB839Cbe05303d7705Fa` | ## Ethereum 1.0 deposit contract