diff --git a/systemtests/config.py b/systemtests/config.py index b3530e59..5c77fcfb 100644 --- a/systemtests/config.py +++ b/systemtests/config.py @@ -102,8 +102,8 @@ class Configuration: proxy_adapter_port=10003, rosetta_port=7093, activation_epoch_sirius=1, - activation_epoch_spica=33, - activation_epoch_relayed_v3=1182, + activation_epoch_spica=1, + activation_epoch_relayed_v3=1, check_construction_native_configuration_file="systemtests/mesh_cli_config/testnet-construction-native.json", check_construction_custom_configuration_file="systemtests/mesh_cli_config/testnet-construction-custom.json", check_data_configuration_file="systemtests/mesh_cli_config/check-data.json", diff --git a/systemtests/mesh_cli_config/testnet-construction-custom.json b/systemtests/mesh_cli_config/testnet-construction-custom.json index 2536c75a..7c7f4a26 100644 --- a/systemtests/mesh_cli_config/testnet-construction-custom.json +++ b/systemtests/mesh_cli_config/testnet-construction-custom.json @@ -23,7 +23,7 @@ "privkey": "3e4e89e501eb542c12403fb15c52479e8721f2f4dedc3b3ef0f3b47b37de006c", "curve_type": "edwards25519", "currency": { - "symbol": "ROSETTA-449e95", + "symbol": "ROSETTA-cd8029", "decimals": 4 } }, diff --git a/systemtests/mesh_cli_config/testnet-construction-custom.ros b/systemtests/mesh_cli_config/testnet-construction-custom.ros index d89bade8..b81a4aa6 100644 --- a/systemtests/mesh_cli_config/testnet-construction-custom.ros +++ b/systemtests/mesh_cli_config/testnet-construction-custom.ros @@ -1,13 +1,13 @@ transfer(1){ transfer{ transfer.network = {"network":"untitled", "blockchain":"MultiversX"}; - custom_currency = {"symbol":"ROSETTA-449e95", "decimals":4}; + custom_currency = {"symbol":"ROSETTA-cd8029", "decimals":4}; sender = { "account_identifier": { "address": "erd1ldjsdetjvegjdnda0qw2h62kq6rpvrklkc5pw9zxm0nwulfhtyqqtyc4vq" }, "currency": { - "symbol": "ROSETTA-449e95", + "symbol": "ROSETTA-cd8029", "decimals": 4 } }; @@ -24,7 +24,7 @@ transfer(1){ "address": "erd1xtslmt67utuewwv8jsx729mxjxaa8dvyyzp7492hy99dl7hvcuqq30l98v" }, "currency": { - "symbol": "ROSETTA-449e95", + "symbol": "ROSETTA-cd8029", "decimals": 4 } }; diff --git a/systemtests/rosetta_config/testnet-custom-currencies.json b/systemtests/rosetta_config/testnet-custom-currencies.json index 254cb70b..3b40a185 100644 --- a/systemtests/rosetta_config/testnet-custom-currencies.json +++ b/systemtests/rosetta_config/testnet-custom-currencies.json @@ -1,6 +1,6 @@ [ { - "symbol": "ROSETTA-449e95", + "symbol": "ROSETTA-cd8029", "decimals": 4 } ]