You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codegenerator/cli/src/config_parsing/human_config.rs
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -209,6 +209,11 @@ pub mod evm {
209
209
description = "Makes handlers run twice to enable preload optimisations. Removes handlerWithLoader API, since it's not needed. (recommended, default: false)"
210
210
)]
211
211
pubpreload_handlers:Option<bool>,
212
+
#[serde(skip_serializing_if = "Option::is_none")]
213
+
#[schemars(
214
+
description = "If true, Ethereum addresses are kept lowercase (no checksum) across the indexer (default: false)"
0 commit comments