@talken/talkenkit 2.4.10 → 2.4.12
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/abcWallet-DRHY5BUW.js +184 -0
- package/dist/abcWallet-YOPLVWVE.js +184 -0
- package/dist/chunk-5NAGRWKN.js +6991 -0
- package/dist/chunk-KZZG24U5.js +7015 -0
- package/dist/components/RainbowKitProvider/InternalPinProvider.d.ts +2 -1
- package/dist/contexts/MultiChainContext.d.ts +2 -0
- package/dist/index.js +159 -161
- package/dist/themes/baseTheme.js +1 -1
- package/dist/themes/darkTheme.js +1 -1
- package/dist/themes/lightTheme.js +1 -1
- package/dist/themes/midnightTheme.js +1 -1
- package/dist/wallets/walletConnectors/abcWallet/abcApi.d.ts +11 -0
- package/dist/wallets/walletConnectors/abcWallet/abcApi.js +1 -1
- package/dist/wallets/walletConnectors/abcWallet/abcConnector.js +3 -3
- package/dist/wallets/walletConnectors/abcWallet/abcProvider.d.ts +5 -0
- package/dist/wallets/walletConnectors/abcWallet/abcProvider.js +1 -1
- package/dist/wallets/walletConnectors/abcWallet/abcSolanaWalletAdapter.js +1 -1
- package/dist/wallets/walletConnectors/abcWallet/abcWallet.js +4 -4
- package/dist/wallets/walletConnectors/abcWallet/index.js +4 -4
- package/dist/wallets/walletConnectors/chunk-6KJQ2GQZ.js +47 -0
- package/dist/wallets/walletConnectors/chunk-JW3YCANT.js +464 -0
- package/dist/wallets/walletConnectors/chunk-LVODOLXE.js +47 -0
- package/dist/wallets/walletConnectors/chunk-NY2MBDVO.js +276 -0
- package/dist/wallets/walletConnectors/chunk-PPTSQD3J.js +276 -0
- package/dist/wallets/walletConnectors/chunk-UTRMKLD5.js +1683 -0
- package/dist/wallets/walletConnectors/chunk-UYFNIOUH.js +475 -0
- package/dist/wallets/walletConnectors/chunk-VDVBAWB4.js +1670 -0
- package/dist/wallets/walletConnectors/index.js +54 -54
- package/package.json +2 -2
|
@@ -1,37 +1,40 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
abcWallet
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-LVODOLXE.js";
|
|
5
|
+
import "./chunk-NY2MBDVO.js";
|
|
6
|
+
import "./chunk-UYFNIOUH.js";
|
|
7
|
+
import "./chunk-UTRMKLD5.js";
|
|
8
8
|
import "./chunk-4PCVQBFZ.js";
|
|
9
9
|
import "./chunk-NDYGTKP5.js";
|
|
10
10
|
import "./chunk-A7FIBI6X.js";
|
|
11
11
|
import "./chunk-5RSS3SRV.js";
|
|
12
12
|
import "./chunk-RQIUWXDF.js";
|
|
13
13
|
import "./chunk-VETRBBA2.js";
|
|
14
|
+
import {
|
|
15
|
+
trustWallet
|
|
16
|
+
} from "./chunk-EM6BREIH.js";
|
|
14
17
|
import {
|
|
15
18
|
uniswapWallet
|
|
16
19
|
} from "./chunk-DLDZUVTB.js";
|
|
17
20
|
import {
|
|
18
21
|
valoraWallet
|
|
19
22
|
} from "./chunk-CVUEWUDI.js";
|
|
23
|
+
import {
|
|
24
|
+
walletConnectWallet
|
|
25
|
+
} from "./chunk-KU5R3WAJ.js";
|
|
20
26
|
import {
|
|
21
27
|
wigwamWallet
|
|
22
28
|
} from "./chunk-EFYKBPOB.js";
|
|
23
29
|
import {
|
|
24
|
-
|
|
25
|
-
} from "./chunk-
|
|
30
|
+
xdefiWallet
|
|
31
|
+
} from "./chunk-26RJNF7V.js";
|
|
26
32
|
import {
|
|
27
33
|
zealWallet
|
|
28
34
|
} from "./chunk-DVLTKWTZ.js";
|
|
29
35
|
import {
|
|
30
36
|
zerionWallet
|
|
31
37
|
} from "./chunk-CCZUA25H.js";
|
|
32
|
-
import {
|
|
33
|
-
xdefiWallet
|
|
34
|
-
} from "./chunk-26RJNF7V.js";
|
|
35
38
|
import {
|
|
36
39
|
safeheronWallet
|
|
37
40
|
} from "./chunk-PHF4VWKP.js";
|
|
@@ -39,50 +42,47 @@ import {
|
|
|
39
42
|
safepalWallet
|
|
40
43
|
} from "./chunk-LRYS2XBT.js";
|
|
41
44
|
import {
|
|
42
|
-
|
|
43
|
-
} from "./chunk-
|
|
44
|
-
import {
|
|
45
|
-
talismanWallet
|
|
46
|
-
} from "./chunk-B4IG5R5M.js";
|
|
45
|
+
seifWallet
|
|
46
|
+
} from "./chunk-Y3E6EZ7J.js";
|
|
47
47
|
import {
|
|
48
48
|
subWallet
|
|
49
49
|
} from "./chunk-OWSLCYOF.js";
|
|
50
50
|
import {
|
|
51
|
-
|
|
52
|
-
} from "./chunk-
|
|
51
|
+
tahoWallet
|
|
52
|
+
} from "./chunk-UXRQQZ2M.js";
|
|
53
53
|
import {
|
|
54
54
|
tokenPocketWallet
|
|
55
55
|
} from "./chunk-RCZCJUTR.js";
|
|
56
|
+
import {
|
|
57
|
+
talismanWallet
|
|
58
|
+
} from "./chunk-B4IG5R5M.js";
|
|
56
59
|
import {
|
|
57
60
|
tokenaryWallet
|
|
58
61
|
} from "./chunk-U24COF36.js";
|
|
59
62
|
import {
|
|
60
|
-
|
|
61
|
-
} from "./chunk-
|
|
63
|
+
oneInchWallet
|
|
64
|
+
} from "./chunk-OJT577AY.js";
|
|
62
65
|
import {
|
|
63
66
|
oneKeyWallet
|
|
64
67
|
} from "./chunk-6UGYPEQE.js";
|
|
65
68
|
import {
|
|
66
|
-
|
|
67
|
-
} from "./chunk-
|
|
69
|
+
rainbowWallet
|
|
70
|
+
} from "./chunk-6C3GUS6I.js";
|
|
68
71
|
import {
|
|
69
72
|
phantomWallet
|
|
70
73
|
} from "./chunk-DMQ4RXIY.js";
|
|
71
74
|
import {
|
|
72
|
-
|
|
73
|
-
} from "./chunk-
|
|
74
|
-
import {
|
|
75
|
-
rainbowWallet
|
|
76
|
-
} from "./chunk-6C3GUS6I.js";
|
|
75
|
+
ramperWallet
|
|
76
|
+
} from "./chunk-OX3PQBV2.js";
|
|
77
77
|
import {
|
|
78
78
|
roninWallet
|
|
79
79
|
} from "./chunk-DSTY7YNG.js";
|
|
80
|
-
import {
|
|
81
|
-
ramperWallet
|
|
82
|
-
} from "./chunk-OX3PQBV2.js";
|
|
83
80
|
import {
|
|
84
81
|
safeWallet
|
|
85
82
|
} from "./chunk-Z2QCE6O6.js";
|
|
83
|
+
import {
|
|
84
|
+
rabbyWallet
|
|
85
|
+
} from "./chunk-3RMYBZQG.js";
|
|
86
86
|
import {
|
|
87
87
|
magicEdenWallet
|
|
88
88
|
} from "./chunk-WB7EEKPS.js";
|
|
@@ -105,23 +105,23 @@ import {
|
|
|
105
105
|
omniWallet
|
|
106
106
|
} from "./chunk-RGPO7AY3.js";
|
|
107
107
|
import {
|
|
108
|
-
|
|
109
|
-
} from "./chunk-
|
|
108
|
+
paraSwapWallet
|
|
109
|
+
} from "./chunk-FF7ZXD5C.js";
|
|
110
110
|
import {
|
|
111
111
|
imTokenWallet
|
|
112
112
|
} from "./chunk-EHE2536P.js";
|
|
113
113
|
import {
|
|
114
114
|
injectedWallet
|
|
115
115
|
} from "./chunk-GDGRUMZB.js";
|
|
116
|
+
import {
|
|
117
|
+
kaiaWallet
|
|
118
|
+
} from "./chunk-KE6RMEB7.js";
|
|
116
119
|
import {
|
|
117
120
|
iopayWallet
|
|
118
121
|
} from "./chunk-A2XAHJNR.js";
|
|
119
122
|
import {
|
|
120
123
|
kaikasWallet
|
|
121
124
|
} from "./chunk-MUJPEDFF.js";
|
|
122
|
-
import {
|
|
123
|
-
kaiaWallet
|
|
124
|
-
} from "./chunk-KE6RMEB7.js";
|
|
125
125
|
import {
|
|
126
126
|
krakenWallet
|
|
127
127
|
} from "./chunk-CYOZFCR6.js";
|
|
@@ -131,15 +131,18 @@ import {
|
|
|
131
131
|
import {
|
|
132
132
|
ledgerWallet
|
|
133
133
|
} from "./chunk-BF3VSNPL.js";
|
|
134
|
-
import {
|
|
135
|
-
dawnWallet
|
|
136
|
-
} from "./chunk-YMP3W2MO.js";
|
|
137
134
|
import {
|
|
138
135
|
coreWallet
|
|
139
136
|
} from "./chunk-I6ONK6DO.js";
|
|
137
|
+
import {
|
|
138
|
+
dawnWallet
|
|
139
|
+
} from "./chunk-YMP3W2MO.js";
|
|
140
140
|
import {
|
|
141
141
|
desigWallet
|
|
142
142
|
} from "./chunk-DVXPOWEC.js";
|
|
143
|
+
import {
|
|
144
|
+
frameWallet
|
|
145
|
+
} from "./chunk-CP45RGL4.js";
|
|
143
146
|
import {
|
|
144
147
|
enkryptWallet
|
|
145
148
|
} from "./chunk-5QHPQU7J.js";
|
|
@@ -147,61 +150,58 @@ import {
|
|
|
147
150
|
foxWallet
|
|
148
151
|
} from "./chunk-E4UMOJTY.js";
|
|
149
152
|
import {
|
|
150
|
-
|
|
151
|
-
} from "./chunk-
|
|
153
|
+
frontierWallet
|
|
154
|
+
} from "./chunk-NHZMJSPE.js";
|
|
152
155
|
import {
|
|
153
156
|
gateWallet
|
|
154
157
|
} from "./chunk-PKSDTWUF.js";
|
|
155
158
|
import {
|
|
156
|
-
|
|
157
|
-
} from "./chunk-
|
|
159
|
+
bitverseWallet
|
|
160
|
+
} from "./chunk-6HCSSBZY.js";
|
|
158
161
|
import {
|
|
159
162
|
bloomWallet
|
|
160
163
|
} from "./chunk-3KPCADAF.js";
|
|
161
|
-
import {
|
|
162
|
-
bitverseWallet
|
|
163
|
-
} from "./chunk-6HCSSBZY.js";
|
|
164
164
|
import {
|
|
165
165
|
braveWallet
|
|
166
166
|
} from "./chunk-EYN3CVFM.js";
|
|
167
|
+
import {
|
|
168
|
+
bybitWallet
|
|
169
|
+
} from "./chunk-DW37ROR6.js";
|
|
167
170
|
import {
|
|
168
171
|
clvWallet
|
|
169
172
|
} from "./chunk-DPME4O44.js";
|
|
170
173
|
import {
|
|
171
174
|
coin98Wallet
|
|
172
175
|
} from "./chunk-ZFVYS64S.js";
|
|
173
|
-
import {
|
|
174
|
-
bybitWallet
|
|
175
|
-
} from "./chunk-DW37ROR6.js";
|
|
176
176
|
import {
|
|
177
177
|
coinbaseWallet
|
|
178
178
|
} from "./chunk-PNEDRY6O.js";
|
|
179
179
|
import {
|
|
180
180
|
compassWallet
|
|
181
181
|
} from "./chunk-3OO564GS.js";
|
|
182
|
+
import {
|
|
183
|
+
berasigWallet
|
|
184
|
+
} from "./chunk-UZWMFUJU.js";
|
|
182
185
|
import {
|
|
183
186
|
argentWallet
|
|
184
187
|
} from "./chunk-XT2WYPN5.js";
|
|
185
188
|
import {
|
|
186
189
|
bestWallet
|
|
187
190
|
} from "./chunk-OPAPBEA5.js";
|
|
188
|
-
import {
|
|
189
|
-
berasigWallet
|
|
190
|
-
} from "./chunk-UZWMFUJU.js";
|
|
191
191
|
import {
|
|
192
192
|
bifrostWallet
|
|
193
193
|
} from "./chunk-WXXI4WBF.js";
|
|
194
|
+
import {
|
|
195
|
+
binanceWallet
|
|
196
|
+
} from "./chunk-TUDZHFVC.js";
|
|
194
197
|
import {
|
|
195
198
|
bitgetWallet
|
|
196
199
|
} from "./chunk-ITLTDJ3D.js";
|
|
200
|
+
import "./chunk-RETKWSKD.js";
|
|
201
|
+
import "./chunk-PODFK4OS.js";
|
|
197
202
|
import {
|
|
198
203
|
bitskiWallet
|
|
199
204
|
} from "./chunk-DZB25PZ7.js";
|
|
200
|
-
import {
|
|
201
|
-
binanceWallet
|
|
202
|
-
} from "./chunk-TUDZHFVC.js";
|
|
203
|
-
import "./chunk-RETKWSKD.js";
|
|
204
|
-
import "./chunk-PODFK4OS.js";
|
|
205
205
|
import "./chunk-MBBGZGXF.js";
|
|
206
206
|
export {
|
|
207
207
|
abcWallet,
|