Skip to content

Commit

Permalink
chore(docs): add a note about lido-js-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
alx-khramov committed Dec 12, 2024
1 parent 6bbad2a commit c9305ad
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,16 @@ Follow the latest [installation instructions](README.md#installation) to properl

## Other Notes

### Legacy Lido JS SDK

The Lido JS SDK is a deprecated legacy web3 development kit for Lido projects.

If your app still relies on it, you will need to configure its `ProviderSDK` React Context Provider.
This configuration may require adjustments due to the update to wagmi v2.

For an example of how to configure `ProviderSDK` in combination with wagmi v2 and ethers.js,
refer to the Lido ETH Stake Widget: [ProviderSDK Configuration Example](https://github.com/lidofinance/ethereum-staking-widget/blob/c5bac490f92826abe9c12a34e751b004eca679ee/modules/web3/web3-provider/sdk-legacy.tsx).

### NoSSRWrapper

If you are using reef-knot v0.x, then, most likely, your code already has some NoSSRWrapper usage.
Expand Down

0 comments on commit c9305ad

Please sign in to comment.