Rename deploy block electra (#5853)

* Rename deploy_block.txt to deposit_contract_block.txt

* fmt

* Change for prater too
This commit is contained in:
Pawan Dhananjay
2024-05-28 12:43:38 +05:30
committed by GitHub
parent 759ad0252e
commit 7192f00388
8 changed files with 6 additions and 2 deletions

View File

@@ -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";