mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-23 23:04:53 +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:
@@ -29,7 +29,7 @@ use url::Url;
|
||||
|
||||
pub use eth2_config::GenesisStateSource;
|
||||
|
||||
pub const DEPLOY_BLOCK_FILE: &str = "deploy_block.txt";
|
||||
pub const DEPLOY_BLOCK_FILE: &str = "deposit_contract_block.txt";
|
||||
pub const BOOT_ENR_FILE: &str = "boot_enr.yaml";
|
||||
pub const GENESIS_STATE_FILE: &str = "genesis.ssz";
|
||||
pub const BASE_CONFIG_FILE: &str = "config.yaml";
|
||||
|
||||
Reference in New Issue
Block a user