# 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. NOMOS_CIRCUITS_HOST_DIR_REL=".tmp/nomos-circuits-host" NOMOS_CIRCUITS_LINUX_DIR_REL=".tmp/nomos-circuits-linux"