Skip to content

Commit 7bfbb71

Browse files
Fix system test config.
1 parent ba77d7f commit 7bfbb71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

systemtests/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ class Configuration:
102102
proxy_adapter_port=10003,
103103
rosetta_port=7093,
104104
activation_epoch_sirius=1,
105-
activation_epoch_spica=33,
106-
activation_epoch_relayed_v3=1182,
105+
activation_epoch_spica=1,
106+
activation_epoch_relayed_v3=1,
107107
check_construction_native_configuration_file="systemtests/mesh_cli_config/testnet-construction-native.json",
108108
check_construction_custom_configuration_file="systemtests/mesh_cli_config/testnet-construction-custom.json",
109109
check_data_configuration_file="systemtests/mesh_cli_config/check-data.json",

0 commit comments

Comments
 (0)