From 7298581dd8a563dd17fa0cb2d6cb2ed3cfcaf976 Mon Sep 17 00:00:00 2001 From: yungwine Date: Sat, 21 Jun 2025 20:32:31 +0900 Subject: [PATCH] update node branch for archive sync --- scripts/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.py b/scripts/install.py index 13cf5eae..f3cb5c84 100644 --- a/scripts/install.py +++ b/scripts/install.py @@ -206,7 +206,7 @@ def run_install(answers: dict): os.environ['ADD_SHARD'] = add_shard if archive_blocks: os.environ['ARCHIVE_BLOCKS'] = archive_blocks - command += ['-v', 'archive-sync'] + command += ['-v', 'testnet'] if validator_mode and validator_mode not in ('Skip', 'Validator wallet'): if validator_mode == 'Nominator pool':