0xSplits / splits-sdk

An SDK for building apps on top of 0xSplits
https://docs.splits.org/sdk
MIT License
30 stars 10 forks source link

Viem and Wagmi versions on deprecated versions #43

Open sudoFerraz opened 2 months ago

sudoFerraz commented 2 months ago

Hello,

Both Viem and Wagmi versions being used by the SDK, are on versions 1.x, while both dependencies are currently on versions 2.X;

This automatically makes any modern project that started with wagmi/viem on current versions + ethersv6 incompatible with splits SDK due to the walletClient and publicClients that the splitsClient receive being different.

Are there any timelines for upgrading those dependencies on the SDK side? This is currently stopping us from integrating.

mihoward21 commented 2 months ago

We should have a new version of the sdk out this week that supports both viem v1 and v2.

Upgrading SplitsKit to use wagmi v2 may take a bit longer. Don't have a timeline for that right now unfortunately. Will take a quick look to see if it's an easy/not-super-breaking upgrade for us. But if it's a bunch of work it will take a bit longer.

sudoFerraz commented 2 months ago

We should have a new version of the sdk out this week that supports both viem v1 and v2.

Upgrading SplitsKit to use wagmi v2 may take a bit longer. Don't have a timeline for that right now unfortunately. Will take a quick look to see if it's an easy/not-super-breaking upgrade for us. But if it's a bunch of work it will take a bit longer.

We are not using splitsKit atm neither plan to on the near future, so at least on our side there are no issues with that 👍