Skip to content

Commit

Permalink
swap: remove coin configuration for tezos (#13)
Browse files Browse the repository at this point in the history
configuration not supplied, as tokens on tezos are not supported in
swap, only tez
  • Loading branch information
emturner authored Jan 5, 2024
1 parent 8eada13 commit adf8bb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"'
2 changes: 1 addition & 1 deletion test/python/apps/tezos_new.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'")

Expand Down

0 comments on commit adf8bb1

Please sign in to comment.