We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d10f6 commit 9b6e33bCopy full SHA for 9b6e33b
src/config.rs
@@ -40,7 +40,7 @@ pub struct BuilderConfig {
40
/// The chain ID of the host chain
41
#[from_env(var = "HOST_CHAIN_ID", desc = "The chain ID of the host chain")]
42
pub host_chain_id: u64,
43
- /// The chain ID of the host chain
+ /// The chain ID of the rollup chain
44
#[from_env(var = "RU_CHAIN_ID", desc = "The chain ID of the rollup chain")]
45
pub ru_chain_id: u64,
46
/// URL for Host RPC node.
0 commit comments