Florian Winkler

Results 6 issues of Florian Winkler

The uniswap/sdk package was renamed to v2-sdk and a part of it moved to the sdk-core package in 2021 when the V3 SDK was released. The V2 SDK docs still...

On some Pools, especially bigger ones with more than 1,000 initialized Ticks, some Ticks contain incorrect values. While the values are incorrect in the sense of not representing the actual...

The last three chains that were added to the [addresses](https://github.com/Uniswap/sdk-core/blob/main/src/addresses.ts#L125) (Avalanche, Base, Base Goerli) have a different deployment address for the SwapRouter02 compared to the Default Chains. The [SWAP_ROUTER_02_ADDRESSES](https://github.com/Uniswap/sdk-core/blob/main/src/addresses.ts#L271C14-L271C38) function...

I noticed that the Addresses for the Quoter point to different contracts on different networks. This also happens [in the Docs](https://docs.uniswap.org/contracts/v3/reference/deployments). For [Celo](https://celoscan.io/address/0x82825d0554fA07f7FC52Ab63c961F330fdEFa8E8#code) the [address](https://github.com/Uniswap/sdk-core/blob/main/src/addresses.ts#L69C3-L69C63) points to the QuoterV2 Contract....

The Price class inherits `add()`, `subtract()` and `divide()` from the [Fraction](https://github.com/Uniswap/sdk-core/blob/main/src/entities/fractions/fraction.ts#L55) class, as well as comparison functions (LT, GT,...). All of these functions therefore take `Fraction` as the second argument....

Update all examples to use the new v3-sdk version published by the Uniswap foundation. Delete multicall example.