Skip to content

Commit 63a10ea

Browse files
authored
Changing boot_enr.yaml to expect bootstap_nodes.yaml for pectra devnet (#6956)
1 parent 2e2b0d2 commit 63a10ea

File tree

8 files changed

+2
-2
lines changed

8 files changed

+2
-2
lines changed

common/eth2_config/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ macro_rules! define_net {
212212
"../",
213213
"deposit_contract_block.txt"
214214
),
215-
boot_enr: $this_crate::$include_file!($this_crate, "../", "boot_enr.yaml"),
215+
boot_enr: $this_crate::$include_file!($this_crate, "../", "bootstrap_nodes.yaml"),
216216
genesis_state_bytes: $this_crate::$include_file!($this_crate, "../", "genesis.ssz"),
217217
}
218218
}};

common/eth2_network_config/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ use url::Url;
3131
pub use eth2_config::GenesisStateSource;
3232

3333
pub const DEPLOY_BLOCK_FILE: &str = "deposit_contract_block.txt";
34-
pub const BOOT_ENR_FILE: &str = "boot_enr.yaml";
34+
pub const BOOT_ENR_FILE: &str = "bootstrap_nodes.yaml";
3535
pub const GENESIS_STATE_FILE: &str = "genesis.ssz";
3636
pub const BASE_CONFIG_FILE: &str = "config.yaml";
3737

0 commit comments

Comments
 (0)