You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm submitting a ...
[ x] question about how to use this project
Summary
Hey can you update your example from your official docs? https://docs.uniswap.org/sdk/guides/auto-router. You are using JSBI.BigInt in the example, but you aren't importing JSBI. What JSBI is this? If I install the one from npm, typescript compiler doesn't like it.
The text was updated successfully, but these errors were encountered:
Yes JSBI is being brought in as a peer dependency. Currently we only support v3 and not v4, though we are considering updating this in future - e.g. see this issue
For now you must use JSBI V3 - the latest of which is v3.2.5. We are adding this as an explicit peer dependency in PR #169 to make it clearer to our users.
I'm submitting a ...
[ x] question about how to use this project
Summary
Hey can you update your example from your official docs? https://docs.uniswap.org/sdk/guides/auto-router. You are using JSBI.BigInt in the example, but you aren't importing JSBI. What JSBI is this? If I install the one from npm, typescript compiler doesn't like it.
The text was updated successfully, but these errors were encountered: