Uniswap / v2-core

🦄 🦄 Core smart contracts of Uniswap V2

Home Page:https://uniswap.org/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add liquidity to empty pool, wrong change rate

bota87 opened this issue · comments

I'm trying to add liquidity to DAI-STORJ Pair.
For 10 DAI it ask 2236 STORJ (0.0045 DAI per STORJ) but the actual price is more than 100x higher (0.50$)

This is a pool with only 2 transactions, add 10 DAI / 50 STORJ and remove the same amount after 3 days

Here the uniswap.info pair page

I think in this case the liquidity provider should be able to choose the "initial" price like when a new pair is created

This is an interface change.