Skip to content

Commit

Permalink
fix toolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
dimazhornyk committed Sep 27, 2024
1 parent 079c9e3 commit d5da907
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ fn prepare_configs(
l1: Some(L1Secrets {
l1_rpc_url: SensitiveUrl::from_str(&args.l1_rpc_url).context("l1_rpc_url")?,
}),
data_availability: None,
};
secrets.save_with_base_path(shell, en_configs_path)?;
let dirs = recreate_rocksdb_dirs(shell, &config.rocks_db_path, RocksDBDirOption::ExternalNode)?;
Expand Down

0 comments on commit d5da907

Please sign in to comment.