Uniswap / v3-sdk

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

Consider updating JSBI to a newer version #133

Open marktoda opened 2 years ago

marktoda commented 2 years ago

They are on major 4 now: https://github.com/GoogleChromeLabs/jsbi/blob/main/package.json. Some downstream packages are beginning to require higher versions than the one we are using; so we should consider upgrading. I imagine it will have a few breaking changes that we'll have to work through

hensha256 commented 1 year ago

Also maybe worth just dropping altogether and using native bigint instead of adding v4 support