App now has all the network icons and can use them when needed

This commit is contained in:
Alexandre Paillier
2023-09-11 10:00:46 +02:00
parent 015842d4e5
commit 31f0d7f034
7 changed files with 171 additions and 7 deletions

View File

@@ -24,10 +24,12 @@ GAS_PRICE = 13
GAS_LIMIT = 21000
AMOUNT = 1.22
@pytest.fixture(params=[False, True])
def verbose(request) -> bool:
return request.param
def common(app_client: EthAppClient) -> int:
if app_client._client.firmware.device == "nanos":
pytest.skip("Not supported on LNS")