@gardenfi/wallet-connectors 2.0.4-beta.1 → 2.0.4-beta.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 +1 -1
- package/dist/index3.js +14 -9
- package/dist/src/bitcoin/constants.d.ts +8 -3
- package/dist/src/bitcoin/providers/keplr/provider.d.ts +1 -1
- package/dist/src/bitcoin/providers/phantom/provider.d.ts +1 -1
- package/dist/src/bitcoin/providers/xverse/provider.d.ts +1 -1
- package/package.json +1 -1
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 Wallet"},Unisat:{name:"Unisat",icon:"https://next-cdn.unisat.io/_/285/logo/color.svg",description:"Unisat
|
|
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 allet"},Xverse:{name:"Xverse",icon:"https://cdn.prod.website-files.com/624b08d53d7ac60ccfc11d8d/64637a04ad4e523a3e07675c_32x32.png",description:"Xverse allet"},Xdefi:{name:"Xdefi",icon:"https://garden-finance.s3.ap-south-2.amazonaws.com/wallets/xdefi.svg",description:"Xdefi wallet"},Phantom:{name:"Phantom",icon:"https://garden-finance.imgix.net/wallets/phantom.svg",description:"Phantom Wallet"},Keplr:{name:"Keplr wallet",icon:"https://garden-finance.imgix.net/wallets/keplr.svg",description:"Keplr 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"},Keplr:{id:"keplr",name:"Keplr Wallet",icon:"https://garden-finance.imgix.net/wallets/keplr.svg"}};exports.SupportedWallets=e;exports.WALLET_CONFIG=a;
|
package/dist/index3.js
CHANGED
|
@@ -7,12 +7,12 @@ const e = {
|
|
|
7
7
|
Unisat: {
|
|
8
8
|
name: "Unisat",
|
|
9
9
|
icon: "https://next-cdn.unisat.io/_/285/logo/color.svg",
|
|
10
|
-
description: "Unisat
|
|
10
|
+
description: "Unisat allet"
|
|
11
11
|
},
|
|
12
12
|
Xverse: {
|
|
13
13
|
name: "Xverse",
|
|
14
14
|
icon: "https://cdn.prod.website-files.com/624b08d53d7ac60ccfc11d8d/64637a04ad4e523a3e07675c_32x32.png",
|
|
15
|
-
description: "Xverse
|
|
15
|
+
description: "Xverse allet"
|
|
16
16
|
},
|
|
17
17
|
Xdefi: {
|
|
18
18
|
name: "Xdefi",
|
|
@@ -21,10 +21,15 @@ const e = {
|
|
|
21
21
|
},
|
|
22
22
|
Phantom: {
|
|
23
23
|
name: "Phantom",
|
|
24
|
-
icon: "",
|
|
25
|
-
description: "Phantom
|
|
24
|
+
icon: "https://garden-finance.imgix.net/wallets/phantom.svg",
|
|
25
|
+
description: "Phantom Wallet"
|
|
26
|
+
},
|
|
27
|
+
Keplr: {
|
|
28
|
+
name: "Keplr wallet",
|
|
29
|
+
icon: "https://garden-finance.imgix.net/wallets/keplr.svg",
|
|
30
|
+
description: "Keplr Wallet"
|
|
26
31
|
}
|
|
27
|
-
},
|
|
32
|
+
}, n = {
|
|
28
33
|
OKX: {
|
|
29
34
|
id: "okx",
|
|
30
35
|
name: "OKX Wallet",
|
|
@@ -37,7 +42,7 @@ const e = {
|
|
|
37
42
|
},
|
|
38
43
|
Xverse: {
|
|
39
44
|
id: "xverse",
|
|
40
|
-
name: "Xverse
|
|
45
|
+
name: "Xverse Wallet",
|
|
41
46
|
icon: "https://cdn.prod.website-files.com/624b08d53d7ac60ccfc11d8d/64637a04ad4e523a3e07675c_32x32.png"
|
|
42
47
|
},
|
|
43
48
|
Xdefi: {
|
|
@@ -47,16 +52,16 @@ const e = {
|
|
|
47
52
|
},
|
|
48
53
|
Phantom: {
|
|
49
54
|
id: "phantom",
|
|
50
|
-
name: "Phantom
|
|
55
|
+
name: "Phantom Wallet",
|
|
51
56
|
icon: "https://garden-finance.imgix.net/wallets/phantom.svg"
|
|
52
57
|
},
|
|
53
58
|
Keplr: {
|
|
54
59
|
id: "keplr",
|
|
55
|
-
name: "Keplr
|
|
60
|
+
name: "Keplr Wallet",
|
|
56
61
|
icon: "https://garden-finance.imgix.net/wallets/keplr.svg"
|
|
57
62
|
}
|
|
58
63
|
};
|
|
59
64
|
export {
|
|
60
65
|
e as SupportedWallets,
|
|
61
|
-
|
|
66
|
+
n as WALLET_CONFIG
|
|
62
67
|
};
|
|
@@ -24,6 +24,11 @@ export declare const SupportedWallets: {
|
|
|
24
24
|
icon: string;
|
|
25
25
|
description: string;
|
|
26
26
|
};
|
|
27
|
+
Keplr: {
|
|
28
|
+
name: string;
|
|
29
|
+
icon: string;
|
|
30
|
+
description: string;
|
|
31
|
+
};
|
|
27
32
|
};
|
|
28
33
|
export declare const WALLET_CONFIG: {
|
|
29
34
|
readonly OKX: {
|
|
@@ -38,7 +43,7 @@ export declare const WALLET_CONFIG: {
|
|
|
38
43
|
};
|
|
39
44
|
readonly Xverse: {
|
|
40
45
|
readonly id: "xverse";
|
|
41
|
-
readonly name: "Xverse
|
|
46
|
+
readonly name: "Xverse Wallet";
|
|
42
47
|
readonly icon: "https://cdn.prod.website-files.com/624b08d53d7ac60ccfc11d8d/64637a04ad4e523a3e07675c_32x32.png";
|
|
43
48
|
};
|
|
44
49
|
readonly Xdefi: {
|
|
@@ -48,12 +53,12 @@ export declare const WALLET_CONFIG: {
|
|
|
48
53
|
};
|
|
49
54
|
readonly Phantom: {
|
|
50
55
|
readonly id: "phantom";
|
|
51
|
-
readonly name: "Phantom
|
|
56
|
+
readonly name: "Phantom Wallet";
|
|
52
57
|
readonly icon: "https://garden-finance.imgix.net/wallets/phantom.svg";
|
|
53
58
|
};
|
|
54
59
|
readonly Keplr: {
|
|
55
60
|
readonly id: "keplr";
|
|
56
|
-
readonly name: "Keplr
|
|
61
|
+
readonly name: "Keplr Wallet";
|
|
57
62
|
readonly icon: "https://garden-finance.imgix.net/wallets/keplr.svg";
|
|
58
63
|
};
|
|
59
64
|
};
|
|
@@ -7,7 +7,7 @@ export declare class KeplrProvider implements IInjectedBitcoinProvider {
|
|
|
7
7
|
#private;
|
|
8
8
|
address: string;
|
|
9
9
|
id: "keplr";
|
|
10
|
-
name: "Keplr
|
|
10
|
+
name: "Keplr Wallet";
|
|
11
11
|
icon: "https://garden-finance.imgix.net/wallets/keplr.svg";
|
|
12
12
|
constructor(provider: KeplrBitcoinProvider);
|
|
13
13
|
connect(network?: Network): AsyncResult<Connect, string>;
|
|
@@ -7,7 +7,7 @@ export declare class PhantomProvider implements IInjectedBitcoinProvider {
|
|
|
7
7
|
#private;
|
|
8
8
|
address: string;
|
|
9
9
|
id: "phantom";
|
|
10
|
-
name: "Phantom
|
|
10
|
+
name: "Phantom Wallet";
|
|
11
11
|
icon: "https://garden-finance.imgix.net/wallets/phantom.svg";
|
|
12
12
|
constructor(phantomProvider: PhantomBitcoinProvider);
|
|
13
13
|
connect(network?: Network): AsyncResult<Connect, string>;
|
|
@@ -7,7 +7,7 @@ export declare class XverseProvider implements IInjectedBitcoinProvider {
|
|
|
7
7
|
#private;
|
|
8
8
|
address: string;
|
|
9
9
|
id: "xverse";
|
|
10
|
-
name: "Xverse
|
|
10
|
+
name: "Xverse Wallet";
|
|
11
11
|
icon: "https://cdn.prod.website-files.com/624b08d53d7ac60ccfc11d8d/64637a04ad4e523a3e07675c_32x32.png";
|
|
12
12
|
constructor(provider: XVerseBitcoinProvider);
|
|
13
13
|
connect: (network?: Network) => AsyncResult<Connect, string>;
|