@hashgraph/hedera-wallet-connect 2.0.5-canary.4bcf484.0 → 2.0.5-canary.7abc0d5.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.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CaipNetwork } from '@reown/appkit';
|
|
2
2
|
import { type ChainNamespace } from '@reown/appkit-common';
|
|
3
|
-
import { AdapterBlueprint } from '@reown/appkit
|
|
3
|
+
import { AdapterBlueprint } from '@reown/appkit/adapters';
|
|
4
4
|
type UniversalProvider = Parameters<AdapterBlueprint['setUniversalProvider']>[0];
|
|
5
5
|
type AdapterSendTransactionParams = AdapterBlueprint.SendTransactionParams & {
|
|
6
6
|
address: string;
|
package/dist/reown/adapter.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { CoreHelperUtil } from '@reown/appkit';
|
|
1
|
+
import { CoreHelperUtil, WcHelpersUtil } from '@reown/appkit';
|
|
2
2
|
import { isReownName } from '@reown/appkit-common';
|
|
3
|
-
import { AdapterBlueprint
|
|
3
|
+
import { AdapterBlueprint } from '@reown/appkit/adapters';
|
|
4
4
|
import { LedgerId } from '@hashgraph/sdk';
|
|
5
5
|
import { BrowserProvider, Contract, formatUnits, JsonRpcSigner, parseUnits } from 'ethers';
|
|
6
6
|
import { HederaConnector } from './connectors';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { SessionTypes } from '@walletconnect/types';
|
|
2
2
|
import { CaipNetwork, ChainNamespace } from '@reown/appkit-common';
|
|
3
|
-
import { AdapterBlueprint, type ChainAdapterConnector } from '@reown/appkit
|
|
3
|
+
import { AdapterBlueprint, type ChainAdapterConnector } from '@reown/appkit/adapters';
|
|
4
4
|
type UniversalProvider = Parameters<AdapterBlueprint['setUniversalProvider']>[0];
|
|
5
5
|
export declare class HederaConnector implements ChainAdapterConnector {
|
|
6
6
|
readonly id: "walletConnect";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import { WcHelpersUtil } from '@reown/appkit';
|
|
1
2
|
import { defineChain } from '@reown/appkit/networks';
|
|
2
|
-
import { WcHelpersUtil } from '@reown/appkit-controllers';
|
|
3
3
|
import { mergeArrays, normalizeNamespaces } from '@walletconnect/utils';
|
|
4
4
|
import { HederaJsonRpcMethod } from '../..';
|
|
5
5
|
export const hederaNamespace = 'hedera';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hashgraph/hedera-wallet-connect",
|
|
3
|
-
"version": "2.0.5-canary.
|
|
3
|
+
"version": "2.0.5-canary.7abc0d5.0",
|
|
4
4
|
"description": "A library to facilitate integrating Hedera with WalletConnect",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -29,8 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"@hashgraph/sdk": "^2.63.0",
|
|
32
|
-
"@reown/appkit": "1.
|
|
33
|
-
"@reown/appkit-controllers": "1.8.10",
|
|
32
|
+
"@reown/appkit": "^1.7.16",
|
|
34
33
|
"@reown/walletkit": "^1.2.8",
|
|
35
34
|
"@walletconnect/modal": "^2.7.0",
|
|
36
35
|
"ethers": "^6.13.5"
|