Skip to content

Commit 9b6e33b

Browse files
prestwichdylanlott
andauthored
Update config.rs
Co-authored-by: dylan <dylan@init4.technology>
1 parent 44d10f6 commit 9b6e33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pub struct BuilderConfig {
4040
/// The chain ID of the host chain
4141
#[from_env(var = "HOST_CHAIN_ID", desc = "The chain ID of the host chain")]
4242
pub host_chain_id: u64,
43-
/// The chain ID of the host chain
43+
/// The chain ID of the rollup chain
4444
#[from_env(var = "RU_CHAIN_ID", desc = "The chain ID of the rollup chain")]
4545
pub ru_chain_id: u64,
4646
/// URL for Host RPC node.

0 commit comments

Comments
 (0)