@hashgraph/hedera-wallet-connect 2.0.1-canary.5c580dd.0 → 2.0.1-canary.64ddc43.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/dist/reown/adapter.js
CHANGED
@@ -28,7 +28,7 @@ export class HederaAdapter extends AdapterBlueprint {
|
|
28
28
|
setUniversalProvider(universalProvider) {
|
29
29
|
this.addConnector(new HederaConnector({
|
30
30
|
provider: universalProvider,
|
31
|
-
caipNetworks: this.
|
31
|
+
caipNetworks: this.getCaipNetworks() || [],
|
32
32
|
namespace: this.namespace,
|
33
33
|
}));
|
34
34
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { EventEmitter } from 'events';
|
2
|
-
import Client from '@walletconnect/
|
2
|
+
import Client from '@walletconnect/sign-client';
|
3
3
|
import { SessionTypes } from '@walletconnect/types';
|
4
4
|
import { IProvider, SessionNamespace, RpcProvidersMap, RequestParams, Namespace } from '@walletconnect/universal-provider';
|
5
5
|
declare class EIP155Provider implements IProvider {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hashgraph/hedera-wallet-connect",
|
3
|
-
"version": "2.0.1-canary.
|
3
|
+
"version": "2.0.1-canary.64ddc43.0",
|
4
4
|
"description": "A library to facilitate integrating Hedera",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -30,8 +30,8 @@
|
|
30
30
|
"prettier:fix": "prettier --write ./src/"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|
33
|
-
"@hashgraph/sdk": "^2.
|
34
|
-
"@reown/appkit": "^1.7.
|
33
|
+
"@hashgraph/sdk": "^2.63.0",
|
34
|
+
"@reown/appkit": "^1.7.3",
|
35
35
|
"@reown/walletkit": "^1.2.3",
|
36
36
|
"@walletconnect/modal": "^2.7.0",
|
37
37
|
"ethers": "^6.13.5"
|