Skip to content
This repository was archived by the owner on Nov 22, 2023. It is now read-only.

Adding version ethers@^5.6.9 in dependencies indication to avoid ethers V6 breaking changes #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions developer-tooling/push-sdk/epns-sdk-starter-kit.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ yarn add styled-components
```

2\. Since its a dapp, the following are the **web3** dependencies that you can install for wallet connection

**version of Ethers (v6) introduces some breaking changes, for best results use Ethers v5 (ethers@^5.6)**
```
yarn add ethers
yarn add ethers@5.6.9
```

3\. The next package might only be needed if you are using web3-react. _You are free to use any other React-based web3 solution._
Expand Down