Skip to content

Commit

Permalink
fix coin value
Browse files Browse the repository at this point in the history
  • Loading branch information
chcmedeiros committed Jan 9, 2025
1 parent fd039d7 commit db0a86d
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 @@ -186,7 +186,7 @@ jobs:
- name: cardano
repo: ${{ inputs.repo_for_cardano }}
branch: ${{ inputs.branch_for_cardano }}
- name: cosmos
- name: ATOM
repo: ${{ inputs.repo_for_cosmos }}
branch: ${{ inputs.branch_for_cosmos }}

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 @@
"DOT": "Polkadot",
"tron": "Tron",
"ton": "TON",
"cosmos": "Cosmos",
"ATOM": "Cosmos",
"cardano": "Cardano ADA",
}

Expand Down

0 comments on commit db0a86d

Please sign in to comment.