Skip to content

Commit

Permalink
Use DOT as coin name
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeutin-ledger committed Oct 16, 2023
1 parent 82b6d43 commit 22d80ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_swap_functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: bsc
repo: app-ethereum
branch: ${{ inputs.branch_for_bsc }}
- name: polkadot
- name: DOT
repo: app-polkadot
branch: ${{ inputs.branch_for_polkadot }}

Expand Down
2 changes: 1 addition & 1 deletion test/python/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"stellar": "Stellar",
"solana": "Solana",
"bsc": "Binance Smart Chain",
"polkadot": "Polkadot",
"polkadot": "DOT",
}

configuration.OPTIONAL.SIDELOADED_APPS_DIR = "test/python/lib_binaries/"
Expand Down

0 comments on commit 22d80ac

Please sign in to comment.