fix: nanosp version sdk in conftest

This commit is contained in:
Coline
2022-07-01 09:44:38 +02:00
parent 5a631121b6
commit 646f943a5e

View File

@@ -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):