Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick fix for token price tool #57

Merged
merged 1 commit into from
Feb 8, 2025
Merged

Quick fix for token price tool #57

merged 1 commit into from
Feb 8, 2025

Conversation

dvdmllr
Copy link
Collaborator

@dvdmllr dvdmllr commented Feb 8, 2025

No description provided.

supported_pairs = chain_venue_config.get("supported_pairs", [])
if pair_str in supported_pairs:
if pair_str in supported_pairs or inverted_pair_str in supported_pairs:
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pairs should work both ways

@dvdmllr dvdmllr merged commit 2ef15dd into main Feb 8, 2025
2 checks passed
@dvdmllr dvdmllr deleted the fix_price_prompt branch February 8, 2025 02:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants