@hashgraph/hedera-wallet-connect 2.0.0-canary.45f2441.0 → 2.0.0-canary.811af2f.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -38,7 +38,7 @@ For more information see:
38
38
  2. Add Hedera dependencies to your project:
39
39
 
40
40
  ```sh
41
- npm install @hashgraph/hedera-wallet-connect@2.0.0-canary.811af2f.0 @hashgraph/sdk @walletconnect/universal-provider
41
+ npm install file:../../hedera-wallet-connect @hashgraph/sdk @walletconnect/universal-provider
42
42
  ```
43
43
 
44
44
  3. Update `createAppKit` with adapters and a universal provider for Hedera. Note the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hashgraph/hedera-wallet-connect",
3
- "version": "2.0.0-canary.45f2441.0",
3
+ "version": "2.0.0-canary.811af2f.0",
4
4
  "description": "A library to facilitate integrating Hedera",
5
5
  "repository": {
6
6
  "type": "git",