Compose: mount KZG params and set path for nodes

This commit is contained in:
andrussal 2025-12-07 02:58:54 +01:00
parent c027629f46
commit 6ec2dd45bd

View File

@ -317,6 +317,13 @@ impl NodeDescriptor {
cfgsync_port: u16,
) -> Self {
let mut environment = base_environment(cfgsync_port);
if use_kzg_mount {
// Point DA verifier to the mounted KZG params inside the container.
environment.push(EnvEntry::new(
"NOMOS_KZGRS_PARAMS_PATH",
"/kzgrs_test_params",
));
}
let identifier = kind.instance_name(index);
environment.extend([
EnvEntry::new(