-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
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
[Bug]: Liquidity Pool look giving inconsistent responses #64
Comments
@pblake81239 Would you have an example response of a pool without those values? Bot Sundae & Minswap supply both of those values |
|
You are using Kupo correct? |
Yes Kupo. Just to give some more info. I have narrowed the issue down to server side call to getLiquidityPools... I just now tested with client side and no issues... |
POST body
|
TypeError: Cannot read properties of null (reading 'PlutusData') |
Very weird.. You should at least be getting the pool fee percent since those are hardcoded in, which version of dexter are you using? |
Latest dexter and kupo:
|
Ah! I had a similar issue, I've had luck running kupo with the |
[2.6.0] - 2023-08-16Removed
:( |
WHAT. Im working on an outdated version then. |
This is my setup
); |
what version you using? |
v2.4.0 |
Ok tried that and same issue
This is my docker compose... long shot maybe
|
Just tested with blockfrost and it worked but slow!!! It took 400+ blockfrost requests to get all liquidity pools for ADA-WMT on all dex's. |
Ill investigate more into kupo (which is weird because blockfrost & kupo use the same flow). |
Here is a sample app you just need to add a kupo url. |
So the issue I believe is a next issue. I am able to replicate the same issue as the below links... |
Data Provider
Kupo
DEX
All
Description
Pool response is inconsistent poolid and poolfeepercent arent populated particularly on sundae & minswap
The text was updated successfully, but these errors were encountered: