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
Description: There is some deviation in prices for non-native tokens
https://better-call.dev/mainnet/KT1K4EwTpbvYN9agJdjpyJm4ZZdhpUNKB3F6/storage
The root of the issue should be that someone send tokens directly to pool address instead of through proper ui.
Expected behavior: Show correct prices for all tokens
Actual behavior: Incorrect prices
Possible solution: Fetch token balances from pool storage instead of tzkt.io token balance and native token balance
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description:
There is some deviation in prices for non-native tokens
Here you can find exact token balance under `tez_pool` key and `token_pool` key:
https://better-call.dev/mainnet/KT1K4EwTpbvYN9agJdjpyJm4ZZdhpUNKB3F6/storage
The root of the issue should be that someone send tokens directly to pool address instead of through proper ui.
Expected behavior:
Show correct prices for all tokens
Actual behavior:
Incorrect prices
Possible solution:
Fetch token balances from pool storage instead of tzkt.io token balance and native token balance
The text was updated successfully, but these errors were encountered: