Skip to content

Commit

Permalink
docs: add viem to install
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeday committed Oct 14, 2024
1 parent c001120 commit 6f02983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sdk/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ For changes between versions see [CHANGELOG.MD](https://github.com/lidofinance/l

## Installation

You can install the Lido Ethereum SDK using npm or yarn:
You can install the Lido Ethereum SDK using npm or yarn. `viem` is required as a peer dep:

```bash
// SDK (stakes, wrap, withdrawals)
yarn add @lidofinance/lido-ethereum-sdk
yarn add viem @lidofinance/lido-ethereum-sdk
```

## Usage
Expand Down

0 comments on commit 6f02983

Please sign in to comment.