We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b7fc34 commit d59877fCopy full SHA for d59877f
crates/batcher/src/config/mod.rs
@@ -54,6 +54,7 @@ pub struct BatcherConfigFromYaml {
54
pub amount_of_proofs_for_min_max_fee: usize,
55
pub min_bump_percentage: u64,
56
pub balance_unlock_polling_interval_seconds: u64,
57
+ pub disabled_verifiers: Vec<String>,
58
}
59
60
#[derive(Debug, Deserialize)]
0 commit comments