mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-02 05:13:09 +00:00
16 lines
604 B
Bash
16 lines
604 B
Bash
|
|
# 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"
|