Skip to content

Commit

Permalink
Expose ProverGuestRunConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
yaziciahmet committed Oct 8, 2024
1 parent 629e82f commit 0b1a4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub use test_case::{TestCaseConfig, TestCaseEnv};
pub use utils::config_to_file;

pub use crate::citrea_config::{
batch_prover::BatchProverConfig,
batch_prover::{BatchProverConfig, ProverGuestRunConfig},
bitcoin::BitcoinServiceConfig,
light_client_prover::LightClientProverConfig,
rollup::{FullNodeConfig, RollupPublicKeys, RpcConfig, RunnerConfig, StorageConfig},
Expand Down

0 comments on commit 0b1a4d1

Please sign in to comment.