Uniswap / v3-sdk

🛠 An SDK for building applications on top of Uniswap V3
MIT License
549 stars 425 forks source link

Is there a library function we can use to convert sqrt price to price? #79

Closed darciusal16 closed 3 years ago

NoahZinsmeister commented 3 years ago

see e.g. https://github.com/Uniswap/uniswap-v3-sdk/blob/main/src/entities/pool.ts#L97 in the pool entity!