You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Verified quotes currently expect the owner to have the require sell_token balance. This does not work when a user did not connect their wallet or generally tries to get a quote for way more than they have.
One possible option to still verify those cases would be to use the logic to find token owners to find an owner with a big enough balance for the trade and use that as the trader address instead.
It's not completely clear how useful this would actually be and if we even want to extend quote verification support for these corner cases so this should not be treated with high priority.
The text was updated successfully, but these errors were encountered:
Background
Verified quotes currently expect the owner to have the require sell_token balance. This does not work when a user did not connect their wallet or generally tries to get a quote for way more than they have.
One possible option to still verify those cases would be to use the logic to find token owners to find an owner with a big enough balance for the trade and use that as the trader address instead.
It's not completely clear how useful this would actually be and if we even want to extend quote verification support for these corner cases so this should not be treated with high priority.
The text was updated successfully, but these errors were encountered: