marktoda

Results 41 comments of marktoda

Hey @Tien-Thao-NGUYEN this is likely due to incomplete tick data in your SDK pool entity.I'd suggest you use the [Quoter](https://github.com/Uniswap/v3-sdk/blob/main/src/quoter.ts) instead of pool in this case.

Hey @Amxx - apologies for the long delay on this! Hopefully you've figured out this issue by now, but I'll see if I can help in case not :) The...

Hey EliotStock - I know it's been awhile, but are you still having this issue? If so, it would be helpful to know what version of the SDK you're using

Hey @rachit95arora - thanks for reporting this! I've marked it down and the team will take a look

I wasn't able to directly reproduce this, but it seems to be a mismatch in JSBI versions. Perhaps your package.json is targeting a different version than ours? In any case...

The UniswapV3 protocol is immutable, so the pool code will never change. We don't want to make any uncertainty around that, so it makes sense to have a constant, hardcoded,...

Hey @Jack-Works - thanks for reporting this! I've marked it down as an enhancement; we'd take a look if you wanted to submit a PR upgrading it!

Hey @sandeepmukh - if you're looking for accurate live pricing your best bet may be to use the [Quoter](https://github.com/Uniswap/v3-periphery/blob/main/contracts/lens/QuoterV2.sol) contract. Bindings in the SDK are here: https://github.com/Uniswap/v3-sdk/blob/fa4bcec4cf472781f00ac5701c4f58fde2c139ce/src/quoter.ts

I've added JSBI to the package.json for more visibility on the version that we use here: https://github.com/Uniswap/v3-sdk/pull/132. I think it's worth considering updating to a more recent version of JSBI...