@gardenfi/wallet-connectors 2.0.2 → 2.0.3
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/index3.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={OKX:{name:"OKX",icon:"https://garden-finance.s3.ap-south-2.amazonaws.com/wallets/okx.svg",description:"OKX
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={OKX:{name:"OKX",icon:"https://garden-finance.s3.ap-south-2.amazonaws.com/wallets/okx.svg",description:"OKX Wallet"},Unisat:{name:"Unisat",icon:"https://next-cdn.unisat.io/_/285/logo/color.svg",description:"Unisat wallet"},Xverse:{name:"Xverse",icon:"https://cdn.prod.website-files.com/624b08d53d7ac60ccfc11d8d/64637a04ad4e523a3e07675c_32x32.png",description:"Xverse wallet"},Xdefi:{name:"Xdefi",icon:"https://garden-finance.s3.ap-south-2.amazonaws.com/wallets/xdefi.svg",description:"Xdefi wallet"},Phantom:{name:"Phantom",icon:"",description:"Phantom wallet"}},a={OKX:{id:"okx",name:"OKX Wallet",icon:"https://garden-finance.imgix.net/wallets/okx.svg"},Unisat:{id:"unisat",name:"Unisat wallet",icon:"https://garden-finance.imgix.net/wallets/unisat.svg"},Xverse:{id:"xverse",name:"Xverse wallet",icon:"https://cdn.prod.website-files.com/624b08d53d7ac60ccfc11d8d/64637a04ad4e523a3e07675c_32x32.png"},Xdefi:{id:"xdefi",name:"Xdefi wallet",icon:"https://garden-finance.s3.ap-south-2.amazonaws.com/wallets/xdefi.svg"},Phantom:{id:"phantom",name:"Phantom wallet",icon:"https://garden-finance.imgix.net/wallets/phantom.svg"}};exports.SupportedWallets=e;exports.WALLET_CONFIG=a;
|
package/dist/index3.js
CHANGED
|
@@ -2,7 +2,7 @@ const e = {
|
|
|
2
2
|
OKX: {
|
|
3
3
|
name: "OKX",
|
|
4
4
|
icon: "https://garden-finance.s3.ap-south-2.amazonaws.com/wallets/okx.svg",
|
|
5
|
-
description: "OKX
|
|
5
|
+
description: "OKX Wallet"
|
|
6
6
|
},
|
|
7
7
|
Unisat: {
|
|
8
8
|
name: "Unisat",
|
|
@@ -27,7 +27,7 @@ const e = {
|
|
|
27
27
|
}, a = {
|
|
28
28
|
OKX: {
|
|
29
29
|
id: "okx",
|
|
30
|
-
name: "OKX
|
|
30
|
+
name: "OKX Wallet",
|
|
31
31
|
icon: "https://garden-finance.imgix.net/wallets/okx.svg"
|
|
32
32
|
},
|
|
33
33
|
Unisat: {
|
|
@@ -28,7 +28,7 @@ export declare const SupportedWallets: {
|
|
|
28
28
|
export declare const WALLET_CONFIG: {
|
|
29
29
|
readonly OKX: {
|
|
30
30
|
readonly id: "okx";
|
|
31
|
-
readonly name: "OKX
|
|
31
|
+
readonly name: "OKX Wallet";
|
|
32
32
|
readonly icon: "https://garden-finance.imgix.net/wallets/okx.svg";
|
|
33
33
|
};
|
|
34
34
|
readonly Unisat: {
|
|
@@ -7,7 +7,7 @@ export declare class OKXProvider implements IInjectedBitcoinProvider {
|
|
|
7
7
|
#private;
|
|
8
8
|
address: string;
|
|
9
9
|
id: "okx";
|
|
10
|
-
name: "OKX
|
|
10
|
+
name: "OKX Wallet";
|
|
11
11
|
icon: "https://garden-finance.imgix.net/wallets/okx.svg";
|
|
12
12
|
constructor(provider: OKXBitcoinProvider, network: Network);
|
|
13
13
|
connect(): AsyncResult<Connect, string>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gardenfi/wallet-connectors",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "vite build",
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@catalogfi/utils": "^0.1.11",
|
|
40
40
|
"@catalogfi/wallets": "^0.2.54",
|
|
41
|
-
"@gardenfi/utils": "
|
|
41
|
+
"@gardenfi/utils": "workspace:^",
|
|
42
42
|
"axios": "^1.7.9",
|
|
43
43
|
"bitcoinjs-lib": "^7.0.0-rc.0",
|
|
44
44
|
"react": "^18.3.1",
|
|
45
45
|
"tiny-secp256k1": "^2.2.3"
|
|
46
46
|
}
|
|
47
|
-
}
|
|
47
|
+
}
|