mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-08-25 14:11:09 +00:00
Wire the liquidity view's active-pool preview onto the lean addLiquidityQuote + resolvePool, off the legacy quoteNewPosition. Create-pool quoting stays legacy for now. - Expose addLiquidityQuote as a QtRO slot + backend forwarding. - NewPositionFlow.requestQuoteNow routes on resolvePool.exists (existence, like the swap card — no quote-derived poolStatus): active -> addLiquidityQuote, assembled into the shape the form consumes (reserves/fee from resolvePool, minimumLpRaw from the quote); missing -> legacy quoteNewPosition. - Drop the obsolete quoteHash gate from canConfirm (the lean quotes are stateless).