From 646f943a5e8d05d506602e6e9d7bec3969bdf373 Mon Sep 17 00:00:00 2001 From: Coline Date: Fri, 1 Jul 2022 09:44:38 +0200 Subject: [PATCH] fix: nanosp version sdk in conftest --- tests/speculos/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/speculos/conftest.py b/tests/speculos/conftest.py index e5b5a3b..cc0175f 100644 --- a/tests/speculos/conftest.py +++ b/tests/speculos/conftest.py @@ -10,7 +10,7 @@ from ethereum_client.ethereum_cmd import EthereumCommand SCRIPT_DIR = Path(__file__).absolute().parent API_URL = "http://127.0.0.1:5000" -VERSION = {"nanos": "2.1", "nanox": "2.0.2", "nanosp": "1.0"} +VERSION = {"nanos": "2.1", "nanox": "2.0.2", "nanosp": "1.0.3"} def pytest_addoption(parser):