From 6f02983ea9d7c1b2af92b8dc62c6837c803cedcc Mon Sep 17 00:00:00 2001 From: Evgeny Taktarov Date: Mon, 14 Oct 2024 13:33:53 +0700 Subject: [PATCH] docs: add viem to install --- docs/sdk/intro.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sdk/intro.md b/docs/sdk/intro.md index d329a37..883d105 100644 --- a/docs/sdk/intro.md +++ b/docs/sdk/intro.md @@ -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