Commit 7ceb3e10 authored by Ori Pomerantz's avatar Ori Pomerantz Committed by GitHub

Update sdk.md

parent 704bdde8
......@@ -18,19 +18,19 @@ Install atst and it's peer dependencies.
npm
```bash
npm i @eth-optimism/atst @wagmi/core ethers@5.7.0
npm i @eth-optimism/atst wagmi @wagmi/core ethers@5.7.0 react react-dom
```
pnpm
```bash
pnpm i @eth-optimism/atst @wagmi/core ethers@5.7.0
pnpm i @eth-optimism/atst wagmi @wagmi/core ethers@5.7.0 react react-dom
```
yarn
```bash
yarn add @eth-optimism/atst @wagmi/core ethers@5.7.0
yarn add @eth-optimism/atst wagmi @wagmi/core ethers@5.7.0 react react-dom
```
**Note:** As ethers v6 is not yet stable we only support ethers v5 at this time
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment