@talken/talkenkit 2.3.8 → 2.3.10
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/chunk-M2CMB5B2.js +93 -0
- package/dist/components/AbcLoginModal/AbcAuthModal.d.ts +11 -1
- package/dist/components/ConnectOptions/CompactMobileOptions.css.d.ts +26 -0
- package/dist/components/ConnectOptions/CompactMobileOptions.d.ts +19 -0
- package/dist/components/ConnectOptions/DesktopOptions.d.ts +9 -2
- package/dist/components/RainbowKitProvider/RainbowKitConfigProvider.d.ts +20 -0
- package/dist/components/RainbowKitProvider/RainbowKitProvider.d.ts +16 -1
- package/dist/encryption-3YHRI3PA.js +14 -0
- package/dist/hooks/useDeviceType.d.ts +9 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +896 -687
- package/dist/wallets/walletConnectors/abcWallet/abcConnector.js +2 -2
- package/dist/wallets/walletConnectors/abcWallet/abcSolanaWallet.js +2 -2
- package/dist/wallets/walletConnectors/abcWallet/abcWallet.js +3 -3
- package/dist/wallets/walletConnectors/abcWallet/api/index.js +8 -8
- package/dist/wallets/walletConnectors/abcWallet/index.js +17 -17
- package/dist/wallets/walletConnectors/berasigWallet/berasigWallet.js +2 -2
- package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +2 -2
- package/dist/wallets/walletConnectors/binanceWallet/binanceWallet.js +2 -2
- package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +2 -2
- package/dist/wallets/walletConnectors/bybitWallet/bybitWallet.js +2 -2
- package/dist/wallets/walletConnectors/chunk-25JJ3PT5.js +228 -0
- package/dist/wallets/walletConnectors/chunk-3WVSOTC4.js +63 -0
- package/dist/wallets/walletConnectors/chunk-43LOEA55.js +63 -0
- package/dist/wallets/walletConnectors/chunk-4LVXMPGO.js +44 -0
- package/dist/wallets/walletConnectors/chunk-4NLOE5S3.js +63 -0
- package/dist/wallets/walletConnectors/chunk-5MSMALF7.js +63 -0
- package/dist/wallets/walletConnectors/chunk-6KOHIL7T.js +63 -0
- package/dist/wallets/walletConnectors/chunk-7FFIZE76.js +63 -0
- package/dist/wallets/walletConnectors/chunk-DP2HUTLN.js +63 -0
- package/dist/wallets/walletConnectors/chunk-HS2FAOAJ.js +63 -0
- package/dist/wallets/walletConnectors/chunk-IA4EQFSS.js +474 -0
- package/dist/wallets/walletConnectors/chunk-IHM7I7D5.js +63 -0
- package/dist/wallets/walletConnectors/chunk-NA5G3LSC.js +63 -0
- package/dist/wallets/walletConnectors/chunk-NASGGIUS.js +63 -0
- package/dist/wallets/walletConnectors/chunk-NVM3JZ4L.js +63 -0
- package/dist/wallets/walletConnectors/chunk-PLL7P7HY.js +63 -0
- package/dist/wallets/walletConnectors/chunk-RUZBOPMI.js +63 -0
- package/dist/wallets/walletConnectors/chunk-SMACAFVM.js +63 -0
- package/dist/wallets/walletConnectors/chunk-SUXK3JW6.js +280 -0
- package/dist/wallets/walletConnectors/chunk-XDRZSWHB.js +63 -0
- package/dist/wallets/walletConnectors/chunk-XKVRDEDK.js +63 -0
- package/dist/wallets/walletConnectors/chunk-XYAAXWWU.js +63 -0
- package/dist/wallets/walletConnectors/clvWallet/clvWallet.js +2 -2
- package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +2 -2
- package/dist/wallets/walletConnectors/coreWallet/coreWallet.js +2 -2
- package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +2 -2
- package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +2 -2
- package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +2 -2
- package/dist/wallets/walletConnectors/index.js +86 -86
- package/dist/wallets/walletConnectors/iopayWallet/iopayWallet.js +2 -2
- package/dist/wallets/walletConnectors/kaiaWallet/kaiaWallet.js +2 -2
- package/dist/wallets/walletConnectors/kaikasWallet/kaikasWallet.js +2 -2
- package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +2 -2
- package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +2 -2
- package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.js +2 -2
- package/dist/wallets/walletConnectors/roninWallet/roninWallet.js +2 -2
- package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.js +2 -2
- package/dist/wallets/walletConnectors/subWallet/subWallet.js +2 -2
- package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.js +2 -2
- package/dist/wallets/walletConnectors/trustWallet/trustWallet.js +2 -2
- package/dist/wallets/walletConnectors/zealWallet/zealWallet.js +2 -2
- package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +2 -2
- package/package.json +12 -11
- package/LICENSE +0 -9
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import {
|
|
3
|
+
TransactionApi
|
|
4
|
+
} from "./chunk-KD2OAMDA.js";
|
|
5
|
+
import {
|
|
6
|
+
BitcoinApi
|
|
7
|
+
} from "./chunk-SPR4W5TG.js";
|
|
8
|
+
import {
|
|
9
|
+
SigningApi
|
|
10
|
+
} from "./chunk-4UGXLYKP.js";
|
|
11
|
+
import {
|
|
12
|
+
AuthApi
|
|
13
|
+
} from "./chunk-W7R3JGSC.js";
|
|
14
|
+
import {
|
|
15
|
+
SolanaApi
|
|
16
|
+
} from "./chunk-DMRM7XAS.js";
|
|
17
|
+
import {
|
|
18
|
+
WalletApi
|
|
19
|
+
} from "./chunk-JBRW4UTW.js";
|
|
20
|
+
|
|
21
|
+
// src/wallets/walletConnectors/abcWallet/api/index.ts
|
|
22
|
+
var AbcWaasApiClient = class {
|
|
23
|
+
constructor(config) {
|
|
24
|
+
this.auth = new AuthApi(config);
|
|
25
|
+
this.wallet = new WalletApi(config);
|
|
26
|
+
this.transaction = new TransactionApi(config);
|
|
27
|
+
this.signing = new SigningApi(config);
|
|
28
|
+
this.solana = new SolanaApi(config);
|
|
29
|
+
this.bitcoin = new BitcoinApi(config);
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if user is authenticated
|
|
33
|
+
*/
|
|
34
|
+
isAuthenticated() {
|
|
35
|
+
return this.auth.isAuthenticated();
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Check if access token is expired
|
|
39
|
+
*/
|
|
40
|
+
isTokenExpired() {
|
|
41
|
+
return this.auth.isTokenExpired();
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Get current access token
|
|
45
|
+
*/
|
|
46
|
+
getAccessToken() {
|
|
47
|
+
return this.auth.getAccessToken();
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* Logout (clear tokens)
|
|
51
|
+
*/
|
|
52
|
+
async logout() {
|
|
53
|
+
await this.auth.logout();
|
|
54
|
+
}
|
|
55
|
+
};
|
|
56
|
+
function createAbcWaasApiClient(config) {
|
|
57
|
+
return new AbcWaasApiClient(config);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export {
|
|
61
|
+
AbcWaasApiClient,
|
|
62
|
+
createAbcWaasApiClient
|
|
63
|
+
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
frontierWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-JWO4ZQLK.js";
|
|
5
5
|
import "../chunk-RETKWSKD.js";
|
|
6
|
-
import "../chunk-PODFK4OS.js";
|
|
7
6
|
import "../chunk-MBBGZGXF.js";
|
|
7
|
+
import "../chunk-PODFK4OS.js";
|
|
8
8
|
export {
|
|
9
9
|
frontierWallet
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
gateWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-K6UZPSBG.js";
|
|
5
5
|
import "../chunk-RETKWSKD.js";
|
|
6
|
-
import "../chunk-PODFK4OS.js";
|
|
7
6
|
import "../chunk-MBBGZGXF.js";
|
|
7
|
+
import "../chunk-PODFK4OS.js";
|
|
8
8
|
export {
|
|
9
9
|
gateWallet
|
|
10
10
|
};
|
|
@@ -1,122 +1,125 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
abcWallet
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-5OFAP55G.js";
|
|
5
|
+
import "./chunk-CNHVIXPV.js";
|
|
6
|
+
import "./chunk-73B7HWCT.js";
|
|
6
7
|
import "./chunk-P2E4LSYH.js";
|
|
7
8
|
import "./chunk-G2LI5MVX.js";
|
|
8
|
-
import "./chunk-73B7HWCT.js";
|
|
9
9
|
import "./chunk-W23N7VC4.js";
|
|
10
10
|
import "./chunk-VETRBBA2.js";
|
|
11
11
|
import "./chunk-5UEBEMEE.js";
|
|
12
|
-
import {
|
|
13
|
-
trustWallet
|
|
14
|
-
} from "./chunk-EM6BREIH.js";
|
|
15
12
|
import {
|
|
16
13
|
uniswapWallet
|
|
17
14
|
} from "./chunk-DLDZUVTB.js";
|
|
15
|
+
import {
|
|
16
|
+
tokenaryWallet
|
|
17
|
+
} from "./chunk-U24COF36.js";
|
|
18
18
|
import {
|
|
19
19
|
valoraWallet
|
|
20
20
|
} from "./chunk-CVUEWUDI.js";
|
|
21
|
-
import {
|
|
22
|
-
walletConnectWallet
|
|
23
|
-
} from "./chunk-KU5R3WAJ.js";
|
|
24
21
|
import {
|
|
25
22
|
wigwamWallet
|
|
26
23
|
} from "./chunk-EFYKBPOB.js";
|
|
27
|
-
import {
|
|
28
|
-
zealWallet
|
|
29
|
-
} from "./chunk-DVLTKWTZ.js";
|
|
30
24
|
import {
|
|
31
25
|
xdefiWallet
|
|
32
26
|
} from "./chunk-26RJNF7V.js";
|
|
27
|
+
import {
|
|
28
|
+
walletConnectWallet
|
|
29
|
+
} from "./chunk-KU5R3WAJ.js";
|
|
33
30
|
import {
|
|
34
31
|
zerionWallet
|
|
35
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-53IBFGVW.js";
|
|
36
33
|
import {
|
|
37
|
-
|
|
38
|
-
} from "./chunk-
|
|
34
|
+
zealWallet
|
|
35
|
+
} from "./chunk-SCOX5RF4.js";
|
|
39
36
|
import {
|
|
40
37
|
safeheronWallet
|
|
41
38
|
} from "./chunk-PHF4VWKP.js";
|
|
42
39
|
import {
|
|
43
|
-
|
|
44
|
-
} from "./chunk-
|
|
40
|
+
subWallet
|
|
41
|
+
} from "./chunk-V7E5KRXJ.js";
|
|
45
42
|
import {
|
|
46
|
-
|
|
47
|
-
} from "./chunk-
|
|
43
|
+
seifWallet
|
|
44
|
+
} from "./chunk-Y3E6EZ7J.js";
|
|
48
45
|
import {
|
|
49
|
-
|
|
50
|
-
} from "./chunk-
|
|
46
|
+
ramperWallet
|
|
47
|
+
} from "./chunk-OX3PQBV2.js";
|
|
51
48
|
import {
|
|
52
|
-
|
|
53
|
-
} from "./chunk-
|
|
49
|
+
tahoWallet
|
|
50
|
+
} from "./chunk-UXRQQZ2M.js";
|
|
54
51
|
import {
|
|
55
52
|
talismanWallet
|
|
56
53
|
} from "./chunk-B4IG5R5M.js";
|
|
57
54
|
import {
|
|
58
|
-
|
|
59
|
-
} from "./chunk-
|
|
55
|
+
tokenPocketWallet
|
|
56
|
+
} from "./chunk-5NM2LK2G.js";
|
|
60
57
|
import {
|
|
61
|
-
|
|
62
|
-
} from "./chunk-
|
|
58
|
+
trustWallet
|
|
59
|
+
} from "./chunk-S2PY4MDO.js";
|
|
63
60
|
import {
|
|
64
61
|
paraSwapWallet
|
|
65
62
|
} from "./chunk-FF7ZXD5C.js";
|
|
66
|
-
import {
|
|
67
|
-
ramperWallet
|
|
68
|
-
} from "./chunk-OX3PQBV2.js";
|
|
69
63
|
import {
|
|
70
64
|
rabbyWallet
|
|
71
65
|
} from "./chunk-3RMYBZQG.js";
|
|
66
|
+
import {
|
|
67
|
+
metaMaskWallet
|
|
68
|
+
} from "./chunk-AKLKCDXT.js";
|
|
72
69
|
import {
|
|
73
70
|
rainbowWallet
|
|
74
|
-
} from "./chunk-
|
|
71
|
+
} from "./chunk-JBVBQUCS.js";
|
|
75
72
|
import {
|
|
76
73
|
phantomWallet
|
|
77
74
|
} from "./chunk-DMQ4RXIY.js";
|
|
78
75
|
import {
|
|
79
76
|
roninWallet
|
|
80
|
-
} from "./chunk-
|
|
77
|
+
} from "./chunk-D7U5WEH2.js";
|
|
81
78
|
import {
|
|
82
|
-
|
|
83
|
-
} from "./chunk-
|
|
79
|
+
safeWallet
|
|
80
|
+
} from "./chunk-Z2QCE6O6.js";
|
|
84
81
|
import {
|
|
85
|
-
|
|
86
|
-
} from "./chunk-
|
|
82
|
+
safepalWallet
|
|
83
|
+
} from "./chunk-ATQWOE4J.js";
|
|
87
84
|
import {
|
|
88
|
-
|
|
89
|
-
} from "./chunk-
|
|
85
|
+
magicEdenWallet
|
|
86
|
+
} from "./chunk-WB7EEKPS.js";
|
|
87
|
+
import {
|
|
88
|
+
mewWallet
|
|
89
|
+
} from "./chunk-ZRY6ILYP.js";
|
|
90
90
|
import {
|
|
91
91
|
nestWallet
|
|
92
92
|
} from "./chunk-NN4KGG3I.js";
|
|
93
|
+
import {
|
|
94
|
+
oktoWallet
|
|
95
|
+
} from "./chunk-7SSXG35M.js";
|
|
96
|
+
import {
|
|
97
|
+
okxWallet
|
|
98
|
+
} from "./chunk-Z2E65XSS.js";
|
|
93
99
|
import {
|
|
94
100
|
omniWallet
|
|
95
101
|
} from "./chunk-RGPO7AY3.js";
|
|
96
102
|
import {
|
|
97
|
-
|
|
98
|
-
} from "./chunk-
|
|
103
|
+
oneInchWallet
|
|
104
|
+
} from "./chunk-OJT577AY.js";
|
|
99
105
|
import {
|
|
100
106
|
oneKeyWallet
|
|
101
107
|
} from "./chunk-6UGYPEQE.js";
|
|
102
108
|
import {
|
|
103
|
-
|
|
104
|
-
} from "./chunk-
|
|
109
|
+
imTokenWallet
|
|
110
|
+
} from "./chunk-EHE2536P.js";
|
|
105
111
|
import {
|
|
106
|
-
|
|
107
|
-
} from "./chunk-
|
|
112
|
+
kaiaWallet
|
|
113
|
+
} from "./chunk-C7S72VGD.js";
|
|
108
114
|
import {
|
|
109
115
|
injectedWallet
|
|
110
116
|
} from "./chunk-GDGRUMZB.js";
|
|
111
117
|
import {
|
|
112
|
-
|
|
113
|
-
} from "./chunk-
|
|
114
|
-
import {
|
|
115
|
-
kresusWallet
|
|
116
|
-
} from "./chunk-CM3VR7OM.js";
|
|
118
|
+
iopayWallet
|
|
119
|
+
} from "./chunk-2W6UBYKX.js";
|
|
117
120
|
import {
|
|
118
|
-
|
|
119
|
-
} from "./chunk-
|
|
121
|
+
kaikasWallet
|
|
122
|
+
} from "./chunk-BJYSWRV6.js";
|
|
120
123
|
import {
|
|
121
124
|
krakenWallet
|
|
122
125
|
} from "./chunk-CYOZFCR6.js";
|
|
@@ -124,35 +127,35 @@ import {
|
|
|
124
127
|
ledgerWallet
|
|
125
128
|
} from "./chunk-BF3VSNPL.js";
|
|
126
129
|
import {
|
|
127
|
-
|
|
128
|
-
} from "./chunk-
|
|
129
|
-
import {
|
|
130
|
-
iopayWallet
|
|
131
|
-
} from "./chunk-A2XAHJNR.js";
|
|
132
|
-
import {
|
|
133
|
-
desigWallet
|
|
134
|
-
} from "./chunk-DVXPOWEC.js";
|
|
130
|
+
kresusWallet
|
|
131
|
+
} from "./chunk-CM3VR7OM.js";
|
|
135
132
|
import {
|
|
136
133
|
dawnWallet
|
|
137
134
|
} from "./chunk-YMP3W2MO.js";
|
|
138
135
|
import {
|
|
139
136
|
coreWallet
|
|
140
|
-
} from "./chunk-
|
|
137
|
+
} from "./chunk-FBI7UGNO.js";
|
|
141
138
|
import {
|
|
142
139
|
enkryptWallet
|
|
143
140
|
} from "./chunk-5QHPQU7J.js";
|
|
141
|
+
import {
|
|
142
|
+
desigWallet
|
|
143
|
+
} from "./chunk-DVXPOWEC.js";
|
|
144
144
|
import {
|
|
145
145
|
foxWallet
|
|
146
|
-
} from "./chunk-
|
|
146
|
+
} from "./chunk-K6GEK4JB.js";
|
|
147
147
|
import {
|
|
148
148
|
frameWallet
|
|
149
149
|
} from "./chunk-CP45RGL4.js";
|
|
150
|
-
import {
|
|
151
|
-
imTokenWallet
|
|
152
|
-
} from "./chunk-EHE2536P.js";
|
|
153
150
|
import {
|
|
154
151
|
gateWallet
|
|
155
|
-
} from "./chunk-
|
|
152
|
+
} from "./chunk-K6UZPSBG.js";
|
|
153
|
+
import {
|
|
154
|
+
frontierWallet
|
|
155
|
+
} from "./chunk-JWO4ZQLK.js";
|
|
156
|
+
import {
|
|
157
|
+
bitgetWallet
|
|
158
|
+
} from "./chunk-CULIWWLV.js";
|
|
156
159
|
import {
|
|
157
160
|
braveWallet
|
|
158
161
|
} from "./chunk-EYN3CVFM.js";
|
|
@@ -160,47 +163,44 @@ import {
|
|
|
160
163
|
bloomWallet
|
|
161
164
|
} from "./chunk-3KPCADAF.js";
|
|
162
165
|
import {
|
|
163
|
-
|
|
164
|
-
} from "./chunk-
|
|
166
|
+
coin98Wallet
|
|
167
|
+
} from "./chunk-GILMNC3J.js";
|
|
165
168
|
import {
|
|
166
169
|
clvWallet
|
|
167
|
-
} from "./chunk-
|
|
170
|
+
} from "./chunk-3IVTKZ7V.js";
|
|
168
171
|
import {
|
|
169
|
-
|
|
170
|
-
} from "./chunk-
|
|
172
|
+
compassWallet
|
|
173
|
+
} from "./chunk-3OO564GS.js";
|
|
171
174
|
import {
|
|
172
175
|
bybitWallet
|
|
173
|
-
} from "./chunk-
|
|
176
|
+
} from "./chunk-WSLFMQIG.js";
|
|
174
177
|
import {
|
|
175
|
-
|
|
176
|
-
} from "./chunk-
|
|
177
|
-
import {
|
|
178
|
-
compassWallet
|
|
179
|
-
} from "./chunk-3OO564GS.js";
|
|
178
|
+
coinbaseWallet
|
|
179
|
+
} from "./chunk-PNEDRY6O.js";
|
|
180
180
|
import {
|
|
181
181
|
argentWallet
|
|
182
182
|
} from "./chunk-XT2WYPN5.js";
|
|
183
|
-
import {
|
|
184
|
-
bestWallet
|
|
185
|
-
} from "./chunk-OPAPBEA5.js";
|
|
186
183
|
import {
|
|
187
184
|
berasigWallet
|
|
188
|
-
} from "./chunk-
|
|
185
|
+
} from "./chunk-KM55XFBI.js";
|
|
189
186
|
import {
|
|
190
187
|
bifrostWallet
|
|
191
|
-
} from "./chunk-
|
|
188
|
+
} from "./chunk-B6DM7J4N.js";
|
|
192
189
|
import {
|
|
193
190
|
binanceWallet
|
|
194
|
-
} from "./chunk-
|
|
195
|
-
import {
|
|
196
|
-
bitgetWallet
|
|
197
|
-
} from "./chunk-ITLTDJ3D.js";
|
|
191
|
+
} from "./chunk-4T3UOJYR.js";
|
|
198
192
|
import "./chunk-RETKWSKD.js";
|
|
199
|
-
import "./chunk-PODFK4OS.js";
|
|
200
193
|
import {
|
|
201
194
|
bitskiWallet
|
|
202
195
|
} from "./chunk-DZB25PZ7.js";
|
|
203
196
|
import "./chunk-MBBGZGXF.js";
|
|
197
|
+
import {
|
|
198
|
+
bitverseWallet
|
|
199
|
+
} from "./chunk-6HCSSBZY.js";
|
|
200
|
+
import {
|
|
201
|
+
bestWallet
|
|
202
|
+
} from "./chunk-OPAPBEA5.js";
|
|
203
|
+
import "./chunk-PODFK4OS.js";
|
|
204
204
|
export {
|
|
205
205
|
abcWallet,
|
|
206
206
|
argentWallet,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
iopayWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-2W6UBYKX.js";
|
|
5
5
|
import "../chunk-RETKWSKD.js";
|
|
6
|
-
import "../chunk-PODFK4OS.js";
|
|
7
6
|
import "../chunk-MBBGZGXF.js";
|
|
7
|
+
import "../chunk-PODFK4OS.js";
|
|
8
8
|
export {
|
|
9
9
|
iopayWallet
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
metaMaskWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-AKLKCDXT.js";
|
|
5
5
|
import "../chunk-RETKWSKD.js";
|
|
6
|
-
import "../chunk-PODFK4OS.js";
|
|
7
6
|
import "../chunk-MBBGZGXF.js";
|
|
7
|
+
import "../chunk-PODFK4OS.js";
|
|
8
8
|
export {
|
|
9
9
|
metaMaskWallet
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
okxWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-Z2E65XSS.js";
|
|
5
5
|
import "../chunk-RETKWSKD.js";
|
|
6
|
-
import "../chunk-PODFK4OS.js";
|
|
7
6
|
import "../chunk-MBBGZGXF.js";
|
|
7
|
+
import "../chunk-PODFK4OS.js";
|
|
8
8
|
export {
|
|
9
9
|
okxWallet
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
rainbowWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-JBVBQUCS.js";
|
|
5
5
|
import "../chunk-RETKWSKD.js";
|
|
6
|
-
import "../chunk-PODFK4OS.js";
|
|
7
6
|
import "../chunk-MBBGZGXF.js";
|
|
7
|
+
import "../chunk-PODFK4OS.js";
|
|
8
8
|
export {
|
|
9
9
|
rainbowWallet
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
tokenPocketWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-5NM2LK2G.js";
|
|
5
5
|
import "../chunk-RETKWSKD.js";
|
|
6
|
-
import "../chunk-PODFK4OS.js";
|
|
7
6
|
import "../chunk-MBBGZGXF.js";
|
|
7
|
+
import "../chunk-PODFK4OS.js";
|
|
8
8
|
export {
|
|
9
9
|
tokenPocketWallet
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
trustWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-S2PY4MDO.js";
|
|
5
5
|
import "../chunk-RETKWSKD.js";
|
|
6
|
-
import "../chunk-PODFK4OS.js";
|
|
7
6
|
import "../chunk-MBBGZGXF.js";
|
|
7
|
+
import "../chunk-PODFK4OS.js";
|
|
8
8
|
export {
|
|
9
9
|
trustWallet
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
zerionWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-53IBFGVW.js";
|
|
5
5
|
import "../chunk-RETKWSKD.js";
|
|
6
|
-
import "../chunk-PODFK4OS.js";
|
|
7
6
|
import "../chunk-MBBGZGXF.js";
|
|
7
|
+
import "../chunk-PODFK4OS.js";
|
|
8
8
|
export {
|
|
9
9
|
zerionWallet
|
|
10
10
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@talken/talkenkit",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.10",
|
|
4
4
|
"description": "The best way to connect a wallet",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -22,6 +22,16 @@
|
|
|
22
22
|
"engines": {
|
|
23
23
|
"node": ">=12.4"
|
|
24
24
|
},
|
|
25
|
+
"scripts": {
|
|
26
|
+
"build": "node build.js",
|
|
27
|
+
"build:watch": "node build.js --watch",
|
|
28
|
+
"dev": "pnpm build:watch & pnpm typegen:watch",
|
|
29
|
+
"prepare": "MINIFY_CSS=true pnpm build",
|
|
30
|
+
"prebuild": "pnpm typegen",
|
|
31
|
+
"typecheck": "pnpm tsc --noEmit",
|
|
32
|
+
"typegen": "tsc --emitDeclarationOnly || true",
|
|
33
|
+
"typegen:watch": "tsc --emitDeclarationOnly --watch"
|
|
34
|
+
},
|
|
25
35
|
"keywords": [
|
|
26
36
|
"ens",
|
|
27
37
|
"ethereum",
|
|
@@ -82,14 +92,5 @@
|
|
|
82
92
|
"type": "git",
|
|
83
93
|
"url": "git+https://github.com/talken-io/talken-kit.git",
|
|
84
94
|
"directory": "packages/talkenkit"
|
|
85
|
-
},
|
|
86
|
-
"scripts": {
|
|
87
|
-
"build": "node build.js",
|
|
88
|
-
"build:watch": "node build.js --watch",
|
|
89
|
-
"dev": "pnpm build:watch & pnpm typegen:watch",
|
|
90
|
-
"prebuild": "pnpm typegen",
|
|
91
|
-
"typecheck": "pnpm tsc --noEmit",
|
|
92
|
-
"typegen": "tsc --emitDeclarationOnly || true",
|
|
93
|
-
"typegen:watch": "tsc --emitDeclarationOnly --watch"
|
|
94
95
|
}
|
|
95
|
-
}
|
|
96
|
+
}
|
package/LICENSE
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2024 Rainbow
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
6
|
-
|
|
7
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
8
|
-
|
|
9
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|