We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
currently, we have a 3rd party integration that provides trade option for tokens that are not supported on bancor.
flow:
The text was updated successfully, but these errors were encountered:
Merge pull request #761 from bancorprotocol/externalTokens
73bd974
#757 - Remove external trade option from the trade widget
pingustar
Successfully merging a pull request may close this issue.
currently, we have a 3rd party integration that provides trade option for tokens that are not supported on bancor.
flow:
expected: IF (sourceToken) or (destinationToken) = (do not have a pool) or (have a pool with trading disabled) or (have a pool with balance 0), do not show the option to select the token
The text was updated successfully, but these errors were encountered: