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
As noted in the keeper and breaking change notes, we intended to break the name of tokenInDenom and tokenOutDenom in QuerySpotPriceRequest.
tokenInDenom
tokenOutDenom
QuerySpotPriceRequest
@imperator-co pointed out that we actually just forgot to do this.
we need to change: https://github.com/osmosis-labs/osmosis/blob/main/proto/osmosis/gamm/v1beta1/query.proto#L125-L127 to be quoteAssetDenom and baseAssetDenom respectively. We also need to update relevant code comments / docs for querying spot price.
quoteAssetDenom
baseAssetDenom
The text was updated successfully, but these errors were encountered:
alexanderbez
Successfully merging a pull request may close this issue.
As noted in the keeper and breaking change notes, we intended to break the name of
tokenInDenom
andtokenOutDenom
inQuerySpotPriceRequest
.@imperator-co pointed out that we actually just forgot to do this.
we need to change: https://github.com/osmosis-labs/osmosis/blob/main/proto/osmosis/gamm/v1beta1/query.proto#L125-L127 to be
quoteAssetDenom
andbaseAssetDenom
respectively. We also need to update relevant code comments / docs for querying spot price.The text was updated successfully, but these errors were encountered: