mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
Changing boot_enr.yaml to expect bootstap_nodes.yaml for pectra devnet (#6956)
This commit is contained in:
@@ -212,7 +212,7 @@ macro_rules! define_net {
|
||||
"../",
|
||||
"deposit_contract_block.txt"
|
||||
),
|
||||
boot_enr: $this_crate::$include_file!($this_crate, "../", "boot_enr.yaml"),
|
||||
boot_enr: $this_crate::$include_file!($this_crate, "../", "bootstrap_nodes.yaml"),
|
||||
genesis_state_bytes: $this_crate::$include_file!($this_crate, "../", "genesis.ssz"),
|
||||
}
|
||||
}};
|
||||
|
||||
@@ -31,7 +31,7 @@ use url::Url;
|
||||
pub use eth2_config::GenesisStateSource;
|
||||
|
||||
pub const DEPLOY_BLOCK_FILE: &str = "deposit_contract_block.txt";
|
||||
pub const BOOT_ENR_FILE: &str = "boot_enr.yaml";
|
||||
pub const BOOT_ENR_FILE: &str = "bootstrap_nodes.yaml";
|
||||
pub const GENESIS_STATE_FILE: &str = "genesis.ssz";
|
||||
pub const BASE_CONFIG_FILE: &str = "config.yaml";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user