@hashgraph/hedera-wallet-connect 2.0.1-canary.24fffa7.0 → 2.0.1-canary.25d7f01.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/dist/reown/wallets/HIP820Wallet.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
@@ -121,7 +121,7 @@ await dAppConnector.openModal()
|
|
121
121
|
2. Add Hedera dependencies to your project:
|
122
122
|
|
123
123
|
```sh
|
124
|
-
npm install @hashgraph/hedera-wallet-connect@2.0.
|
124
|
+
npm install @hashgraph/hedera-wallet-connect@2.0.1-canary.24fffa7.0 @hashgraph/sdk @walletconnect/universal-provider
|
125
125
|
```
|
126
126
|
|
127
127
|
3. Update `createAppKit` with adapters and a universal provider for Hedera. Note the
|
@@ -140,7 +140,7 @@ export class HIP820Wallet {
|
|
140
140
|
// 2. hedera_executeTransaction
|
141
141
|
async hedera_executeTransaction(id, signedTransaction) {
|
142
142
|
try {
|
143
|
-
const response = await
|
143
|
+
const response = await this.wallet.call(signedTransaction);
|
144
144
|
return formatJsonRpcResult(id, response.toJSON());
|
145
145
|
}
|
146
146
|
catch (e) {
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hashgraph/hedera-wallet-connect",
|
3
|
-
"version": "2.0.1-canary.
|
4
|
-
"description": "A library to facilitate integrating Hedera",
|
3
|
+
"version": "2.0.1-canary.25d7f01.0",
|
4
|
+
"description": "A library to facilitate integrating Hedera with WalletConnect",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
7
7
|
"url": "git+https://github.com/hashgraph/hedera-wallet-connect.git"
|