mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 21:08:32 +00:00
Rename deploy_block in network config (#5850)
* Rename deploy_block.txt to deposit_contract_block.txt * fmt * Merge branch 'unstable' of https://github.com/sigp/lighthouse into rename-deply-block
This commit is contained in:
@@ -192,7 +192,11 @@ macro_rules! define_net {
|
||||
config_dir: ETH2_NET_DIR.config_dir,
|
||||
genesis_state_source: ETH2_NET_DIR.genesis_state_source,
|
||||
config: $this_crate::$include_file!($this_crate, "../", "config.yaml"),
|
||||
deploy_block: $this_crate::$include_file!($this_crate, "../", "deploy_block.txt"),
|
||||
deploy_block: $this_crate::$include_file!(
|
||||
$this_crate,
|
||||
"../",
|
||||
"deposit_contract_block.txt"
|
||||
),
|
||||
boot_enr: $this_crate::$include_file!($this_crate, "../", "boot_enr.yaml"),
|
||||
genesis_state_bytes: $this_crate::$include_file!($this_crate, "../", "genesis.ssz"),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user