mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-01-04 06:03:12 +00:00
fix: reset DEFAULT_NOMOS_IMAGE
This commit is contained in:
parent
b2f68acbce
commit
9379b6b17d
@ -25,7 +25,7 @@ def make_mod_da_var(node_type, version, is_image=False):
|
||||
|
||||
|
||||
# Configuration constants. Need to be upercase to appear in reports
|
||||
DEFAULT_NOMOS_IMAGE = "nomos:testnet"
|
||||
DEFAULT_NOMOS_IMAGE = "ghcr.io/logos-co/nomos:testnet"
|
||||
NOMOS_IMAGE = get_env_var("NOMOS_IMAGE", DEFAULT_NOMOS_IMAGE)
|
||||
|
||||
NOMOS_MOD_DA_IMAGE_d8bbc46 = make_mod_da_var("validator", "d8bbc46", True)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user