@hashgraph/hedera-wallet-connect 2.0.3 → 2.0.4-canary.06975d9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -64,7 +64,7 @@ reviewing the [Reown docs](https://docs.reown.com/overview).
|
|
64
64
|
1. Add Hedera dependencies to your project:
|
65
65
|
|
66
66
|
```sh
|
67
|
-
npm install @hashgraph/hedera-wallet-connect
|
67
|
+
npm install @hashgraph/hedera-wallet-connect @hashgraph/sdk @walletconnect/modal
|
68
68
|
```
|
69
69
|
|
70
70
|
2. Initialize dApp Connector
|