@reown/appkit-utils 1.8.14-signet-fix.0 → 1.8.14-wallet-button-fix.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.
|
@@ -7,9 +7,7 @@ interface ChainAdapterConnector extends Connector {
|
|
|
7
7
|
* This is the interface for a Bitcoin connector.
|
|
8
8
|
*/
|
|
9
9
|
export interface BitcoinConnector extends ChainAdapterConnector, Provider {
|
|
10
|
-
getAccountAddresses(
|
|
11
|
-
caipNetworkId?: CaipNetwork['caipNetworkId'];
|
|
12
|
-
}): Promise<BitcoinConnector.AccountAddress[]>;
|
|
10
|
+
getAccountAddresses(): Promise<BitcoinConnector.AccountAddress[]>;
|
|
13
11
|
signMessage(params: BitcoinConnector.SignMessageParams): Promise<string>;
|
|
14
12
|
sendTransfer(params: BitcoinConnector.SendTransferParams): Promise<string>;
|
|
15
13
|
signPSBT(params: BitcoinConnector.SignPSBTParams): Promise<BitcoinConnector.SignPSBTResponse>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reown/appkit-utils",
|
|
3
|
-
"version": "1.8.14-
|
|
3
|
+
"version": "1.8.14-wallet-button-fix.0",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/esm/exports/index.js",
|
|
@@ -61,10 +61,10 @@
|
|
|
61
61
|
"@walletconnect/universal-provider": "2.23.0",
|
|
62
62
|
"valtio": "2.1.7",
|
|
63
63
|
"viem": ">=2.37.9",
|
|
64
|
-
"@reown/appkit-common": "1.8.14-
|
|
65
|
-
"@reown/appkit-controllers": "1.8.14-
|
|
66
|
-
"@reown/appkit-polyfills": "1.8.14-
|
|
67
|
-
"@reown/appkit-wallet": "1.8.14-
|
|
64
|
+
"@reown/appkit-common": "1.8.14-wallet-button-fix.0",
|
|
65
|
+
"@reown/appkit-controllers": "1.8.14-wallet-button-fix.0",
|
|
66
|
+
"@reown/appkit-polyfills": "1.8.14-wallet-button-fix.0",
|
|
67
|
+
"@reown/appkit-wallet": "1.8.14-wallet-button-fix.0"
|
|
68
68
|
},
|
|
69
69
|
"optionalDependencies": {
|
|
70
70
|
"@base-org/account": "2.4.0",
|