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
assetId should be in number format because Pool.getAsset(uint assetId)
Pool.getAsset(uint assetId)
Fix assetId inconsistency in v3? (BREAKING CHANGE)
/capacity (assetId: Integer)
{"assetId":255,"amount":"195995240000000000000000"}
/quote (assetId: IntegerString) - fix to be integer
{"assetId":"255","amount":"81071620000000000000000"}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Overview
assetId should be in number format because
Pool.getAsset(uint assetId)
Fix assetId inconsistency in v3? (BREAKING CHANGE)
/capacity (assetId: Integer)
/quote (assetId: IntegerString) - fix to be integer
The text was updated successfully, but these errors were encountered: