Embed interop validators into genesis

This commit is contained in:
Pawan Dhananjay
2022-11-30 22:45:48 +05:30
parent ff24773a5a
commit df3615664e
2 changed files with 100 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ types = { path = "../consensus/types" }
state_processing = { path = "../consensus/state_processing" }
int_to_bytes = { path = "../consensus/int_to_bytes" }
eth2_ssz = "0.4.1"
eth2_hashing = "0.3.0"
environment = { path = "../lighthouse/environment" }
eth2_network_config = { path = "../common/eth2_network_config" }
genesis = { path = "../beacon_node/genesis" }