From 142e033c344f33a9e74190c485d1bb2a646717c7 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Mon, 3 Aug 2020 07:49:24 +0000 Subject: [PATCH] Add Medalla genesis state, more boot enr (#1438) ## Issue Addressed NA ## Proposed Changes - Include the Medalla `genesis.ssz` file. - Adds the boot nodes from here: https://github.com/goerli/medalla/blob/27e7e7cc878c5484867cbef78b7a83d74238aced/medalla/bootnodes.txt ## Additional Info NA --- common/eth2_config/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/eth2_config/src/lib.rs b/common/eth2_config/src/lib.rs index 031ade9be7..4a393c14b1 100644 --- a/common/eth2_config/src/lib.rs +++ b/common/eth2_config/src/lib.rs @@ -118,9 +118,9 @@ define_net!( medalla, include_medalla_file, "medalla", - "b21fef76ddf472c6cea62d5c98b678033a9b195a", + "09bbf2c9d108944ac934f94ec6a1d0684ca062a5", "https://raw.githubusercontent.com/sigp/witti/{{ commit }}/medalla/{{ file }}", - false + true ); #[cfg(test)]