From adf8bb13c3a31328fabb0eb717881357d70f1c8d Mon Sep 17 00:00:00 2001 From: Emma Turner <36469783+emturner@users.noreply.github.com> Date: Fri, 5 Jan 2024 14:53:38 +0000 Subject: [PATCH] swap: remove coin configuration for tezos (#13) configuration not supplied, as tokens on tezos are not supported in swap, only tez --- .github/workflows/ci-workflow.yml | 2 +- test/python/apps/tezos_new.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 1457759..6688afc 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -13,6 +13,6 @@ jobs: uses: ./.github/workflows/reusable_swap_functional_tests.yml with: branch_for_exchange: ${{ github.ref }} - branch_for_tezos: 'ajinkyaraj-23@174-display-source-field' + branch_for_tezos: 'emturner@fix-swap' run_for_devices: '["nanos", "nanosp", "stax"]' test_filter: '"tezos_new"' diff --git a/test/python/apps/tezos_new.py b/test/python/apps/tezos_new.py index bd260d2..93fd83d 100644 --- a/test/python/apps/tezos_new.py +++ b/test/python/apps/tezos_new.py @@ -14,7 +14,7 @@ from ragger.utils import create_currency_config, RAPDU -XTZ_CONF = create_currency_config("XTZ", "Tezos Wallet", ("XTZ", 6)) +XTZ_CONF = create_currency_config("XTZ", "Tezos Wallet") XTZ_PACKED_DERIVATION_PATH = pack_derivation_path("m/44'/1729'/0'")