Open mohammed7s opened 2 years ago
Great issue! Thanks for reporting. Any chance you'd like to submit a update to support such liquidity type?
Do you think the class Uniswap
in uniswap.py, can handle it with some changes? Or you think a new class is needed altogether?
Do you think the
class Uniswap
in uniswap.py, can handle it with some changes? Or you think a new class is needed altogether?
That is a great question. I am not familiar with this new liquidity type "concentrated liquidity" (my best guess is that it's a model for uniV3). Perhaps it's time for some new models here. cc @marcovc
When attempting to run the solver-template-py with a recent live mainnet auction json, it returns a bunch of errors:
This is because the uniswap class in uniswap.py and the schema.py have not defined this type of AMM yet.