Skip to content

Commit

Permalink
tweak a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
georgehao committed Dec 2, 2024
1 parent c329f83 commit 91381be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/scroll/chainspec/src/constants.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Scroll stack variation of chain spec constants.
//! Scroll variation of chain spec constants.
/// Scroll L2 gas limit
pub const SCROLL_L2_GAS_LIMIT: u64 = 10_000_000;
4 changes: 2 additions & 2 deletions crates/scroll/chainspec/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pub use scroll_sepolia::SCROLL_SEPOLIA;
#[cfg(feature = "std")]
pub(crate) use std::sync::LazyLock;

/// Chain spec builder for a Scroll stack chain.
/// Chain spec builder for a Scroll chain.
#[derive(Debug, Default, From)]
pub struct ScrollChainSpecBuilder {
/// [`ChainSpecBuilder`]
Expand Down Expand Up @@ -136,7 +136,7 @@ impl ScrollChainSpecBuilder {
}
}

/// Scroll stack chain spec type.
/// Scroll chain spec type.
#[derive(Debug, Clone, Deref, Into, Constructor, PartialEq, Eq)]
pub struct ScrollChainSpec {
/// [`ChainSpec`].
Expand Down

0 comments on commit 91381be

Please sign in to comment.