2025-12-09 16:03:19 +01:00
|
|
|
# Paths used by demo scripts and runners.
|
|
|
|
|
# Relative paths are resolved from the repo root.
|
|
|
|
|
|
|
|
|
|
# Directory containing the KZG test parameters on the host.
|
|
|
|
|
NOMOS_KZG_DIR_REL="testing-framework/assets/stack/kzgrs_test_params"
|
|
|
|
|
|
|
|
|
|
# The KZG parameters filename (repeated inside the directory).
|
|
|
|
|
NOMOS_KZG_FILE="kzgrs_test_params"
|
|
|
|
|
|
|
|
|
|
# Path to the KZG params inside containers.
|
|
|
|
|
NOMOS_KZG_CONTAINER_PATH="/kzgrs_test_params/kzgrs_test_params"
|
|
|
|
|
|
|
|
|
|
# Host-side circuit bundle locations used by helper scripts.
|
2026-01-22 05:57:59 +01:00
|
|
|
NOMOS_CIRCUITS_HOST_DIR_REL=".tmp/logos-blockchain-circuits-host"
|
|
|
|
|
NOMOS_CIRCUITS_LINUX_DIR_REL=".tmp/logos-blockchain-circuits-linux"
|