From 99f7685ccb81eec4adfc69d6ed1bbd2d660f79d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrei=20B=C4=83ncioiu?= Date: Fri, 1 Nov 2024 20:03:03 +0200 Subject: [PATCH] Fix localnet.toml. --- systemtests/localnet.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systemtests/localnet.toml b/systemtests/localnet.toml index 81d5d4e3..3a25fc37 100644 --- a/systemtests/localnet.toml +++ b/systemtests/localnet.toml @@ -28,14 +28,14 @@ port_first_validator_rest_api = 10200 [software.mx_chain_go] resolution = "remote" -archive_url = "https://github.com/multiversx/mx-chain-proxy-go/archive/refs/tags/v1.1.54.zip" +archive_url = "https://github.com/multiversx/mx-chain-go/archive/refs/tags/v1.8.4.zip" archive_download_folder = "~/multiversx-sdk/localnet_software_remote/downloaded/mx-chain-go" archive_extraction_folder = "~/multiversx-sdk/localnet_software_remote/extracted/mx-chain-go" local_path = "~/multiversx-sdk/localnet_software_local/mx-chain-go" [software.mx_chain_proxy_go] resolution = "remote" -archive_url = "https://github.com/multiversx/mx-chain-go/archive/refs/tags/v1.8.4.zip" +archive_url = "https://github.com/multiversx/mx-chain-proxy-go/archive/refs/tags/v1.1.54.zip" archive_download_folder = "~/multiversx-sdk/localnet_software_remote/downloaded/mx-chain-proxy-go" archive_extraction_folder = "~/multiversx-sdk/localnet_software_remote/extracted/mx-chain-proxy-go" local_path = "~/multiversx-sdk/localnet_software_local/mx-chain-proxy-go"