Skip to content

Commit

Permalink
chore(config): add todo to make GW and batcher use the same execution…
Browse files Browse the repository at this point in the history
… config
  • Loading branch information
yair-starkware committed Oct 15, 2024
1 parent 26fb647 commit 65865d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/mempool_node/src/config/node_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ pub static CONFIG_POINTERS: LazyLock<ConfigPointers> = LazyLock::new(|| {
)]
});

// TODO(yair): Make the GW and batcher execution config point to the same values.
/// The configurations of the various components of the node.
#[derive(Debug, Deserialize, Serialize, Clone, PartialEq, Validate)]
pub struct SequencerNodeConfig {
Expand Down

0 comments on commit 65865d2

Please sign in to comment.