@talken/talkenkit 2.3.9 → 2.3.11
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/__private__/index.d.ts +2 -2
- package/dist/components/ConnectOptions/AbcWaasAuth/AbcWaasAuthFlow.d.ts +83 -0
- package/dist/components/ConnectOptions/AbcWaasAuth/AbcWaasAuthSections.css.d.ts +8 -0
- package/dist/components/ConnectOptions/AbcWaasAuth/AbcWaasAuthSections.d.ts +25 -0
- package/dist/components/ConnectOptions/AbcWaasAuth/hooks/useAbcWaasAuth.d.ts +65 -0
- package/dist/components/ConnectOptions/AbcWaasAuth/hooks/useAbcWaasSocial.d.ts +58 -0
- package/dist/components/ConnectOptions/AbcWaasAuth/hooks/useUserTypeDetection.d.ts +0 -0
- package/dist/components/ConnectOptions/AbcWaasAuth/index.d.ts +6 -0
- package/dist/components/ConnectOptions/AbcWaasAuth/types.d.ts +29 -0
- package/dist/components/ConnectOptions/ConnectDetails.d.ts +1 -1
- package/dist/components/ConnectOptions/ConnectOptionsModal.css.d.ts +4 -0
- package/dist/components/ConnectOptions/ConnectOptionsModal.d.ts +26 -0
- package/dist/components/ConnectOptions/ExternalWallets/EthereumWallet/EthereumWalletList.d.ts +35 -0
- package/dist/components/ConnectOptions/ExternalWallets/EthereumWallet/index.d.ts +6 -0
- package/dist/components/ConnectOptions/ExternalWallets/Popular/PopularWalletList.d.ts +37 -0
- package/dist/components/ConnectOptions/ExternalWallets/Popular/index.d.ts +6 -0
- package/dist/components/ConnectOptions/ExternalWallets/SolanaWallet/SolanaWalletList.d.ts +37 -0
- package/dist/components/ConnectOptions/ExternalWallets/SolanaWallet/index.d.ts +6 -0
- package/dist/components/ConnectOptions/ExternalWallets/WalletList.d.ts +94 -0
- package/dist/components/ConnectOptions/ExternalWallets/hooks/useWalletConnection.d.ts +78 -0
- package/dist/components/ConnectOptions/ExternalWallets/index.d.ts +12 -0
- package/dist/components/ConnectOptions/ExternalWallets/shared/index.d.ts +7 -0
- package/dist/components/ConnectOptions/ExternalWallets/shared/types.d.ts +136 -0
- package/dist/components/ConnectOptions/ExternalWallets/shared/utils.d.ts +68 -0
- package/dist/components/ConnectOptions/PinAuth/PinAuthFlow.d.ts +127 -0
- package/dist/components/ConnectOptions/PinAuth/hooks/index.d.ts +10 -0
- package/dist/components/ConnectOptions/PinAuth/hooks/usePinCreation.d.ts +92 -0
- package/dist/components/ConnectOptions/PinAuth/hooks/usePinVerification.d.ts +114 -0
- package/dist/components/ConnectOptions/PinAuth/hooks/useWalletGeneration.d.ts +93 -0
- package/dist/components/ConnectOptions/PinAuth/index.d.ts +23 -0
- package/dist/index.css +27 -298
- package/dist/index.d.ts +0 -4
- package/dist/index.js +5525 -6410
- package/dist/wallets/walletConnectors/abcWallet/abcBitcoinProvider.js +1 -1
- package/dist/wallets/walletConnectors/abcWallet/api/index.js +7 -7
- package/dist/wallets/walletConnectors/abcWallet/index.js +7 -7
- package/dist/wallets/walletConnectors/chunk-24SQ562R.js +63 -0
- package/dist/wallets/walletConnectors/chunk-25JJ3PT5.js +228 -0
- package/dist/wallets/walletConnectors/chunk-3UNSJDAS.js +63 -0
- package/dist/wallets/walletConnectors/chunk-4LVXMPGO.js +44 -0
- package/dist/wallets/walletConnectors/chunk-6KUCZXJE.js +63 -0
- package/dist/wallets/walletConnectors/{chunk-34WMJDUY.js → chunk-75W4VLFA.js} +8 -7
- package/dist/wallets/walletConnectors/chunk-ASUECF4H.js +63 -0
- package/dist/wallets/walletConnectors/chunk-DP2HUTLN.js +63 -0
- package/dist/wallets/walletConnectors/chunk-GLPRLW3S.js +63 -0
- package/dist/wallets/walletConnectors/chunk-GOPPX56D.js +63 -0
- package/dist/wallets/walletConnectors/chunk-I5V7LWJH.js +63 -0
- package/dist/wallets/walletConnectors/chunk-J4HQCVKX.js +63 -0
- package/dist/wallets/walletConnectors/chunk-PDWD3ZCR.js +63 -0
- package/dist/wallets/walletConnectors/chunk-PHD5KHRQ.js +63 -0
- package/dist/wallets/walletConnectors/chunk-PQJWUKUD.js +63 -0
- package/dist/wallets/walletConnectors/chunk-PZJYVPGG.js +63 -0
- package/dist/wallets/walletConnectors/chunk-Q5B5ICDI.js +63 -0
- package/dist/wallets/walletConnectors/chunk-RYXFFAB2.js +63 -0
- package/dist/wallets/walletConnectors/chunk-SMACAFVM.js +63 -0
- package/dist/wallets/walletConnectors/chunk-VXUJQQDI.js +63 -0
- package/dist/wallets/walletConnectors/chunk-WCPI7IUU.js +63 -0
- package/dist/wallets/walletConnectors/chunk-Z3WO2EBZ.js +63 -0
- package/dist/wallets/walletConnectors/chunk-ZADNKI5I.js +63 -0
- package/dist/wallets/walletConnectors/index.js +71 -71
- package/package.json +1 -1
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import {
|
|
3
|
+
BitcoinApi
|
|
4
|
+
} from "./chunk-IA4EQFSS.js";
|
|
5
|
+
import {
|
|
6
|
+
AuthApi
|
|
7
|
+
} from "./chunk-RLBGBBIO.js";
|
|
8
|
+
import {
|
|
9
|
+
SigningApi
|
|
10
|
+
} from "./chunk-TUUNSVKZ.js";
|
|
11
|
+
import {
|
|
12
|
+
TransactionApi
|
|
13
|
+
} from "./chunk-HDYBRMYW.js";
|
|
14
|
+
import {
|
|
15
|
+
WalletApi
|
|
16
|
+
} from "./chunk-ESRU5KCF.js";
|
|
17
|
+
import {
|
|
18
|
+
SolanaApi
|
|
19
|
+
} from "./chunk-2J66VMY5.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
|
+
};
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import {
|
|
3
|
+
SigningApi
|
|
4
|
+
} from "./chunk-TUUNSVKZ.js";
|
|
5
|
+
import {
|
|
6
|
+
AuthApi
|
|
7
|
+
} from "./chunk-RLBGBBIO.js";
|
|
8
|
+
import {
|
|
9
|
+
BitcoinApi
|
|
10
|
+
} from "./chunk-IA4EQFSS.js";
|
|
11
|
+
import {
|
|
12
|
+
SolanaApi
|
|
13
|
+
} from "./chunk-2J66VMY5.js";
|
|
14
|
+
import {
|
|
15
|
+
TransactionApi
|
|
16
|
+
} from "./chunk-HDYBRMYW.js";
|
|
17
|
+
import {
|
|
18
|
+
WalletApi
|
|
19
|
+
} from "./chunk-ESRU5KCF.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
|
+
};
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import {
|
|
3
|
+
WalletApi
|
|
4
|
+
} from "./chunk-ESRU5KCF.js";
|
|
5
|
+
import {
|
|
6
|
+
TransactionApi
|
|
7
|
+
} from "./chunk-HDYBRMYW.js";
|
|
8
|
+
import {
|
|
9
|
+
AuthApi
|
|
10
|
+
} from "./chunk-RLBGBBIO.js";
|
|
11
|
+
import {
|
|
12
|
+
BitcoinApi
|
|
13
|
+
} from "./chunk-IA4EQFSS.js";
|
|
14
|
+
import {
|
|
15
|
+
SigningApi
|
|
16
|
+
} from "./chunk-TUUNSVKZ.js";
|
|
17
|
+
import {
|
|
18
|
+
SolanaApi
|
|
19
|
+
} from "./chunk-2J66VMY5.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
|
+
};
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import {
|
|
3
|
+
AuthApi
|
|
4
|
+
} from "./chunk-W7R3JGSC.js";
|
|
5
|
+
import {
|
|
6
|
+
WalletApi
|
|
7
|
+
} from "./chunk-JBRW4UTW.js";
|
|
8
|
+
import {
|
|
9
|
+
BitcoinApi
|
|
10
|
+
} from "./chunk-SPR4W5TG.js";
|
|
11
|
+
import {
|
|
12
|
+
SigningApi
|
|
13
|
+
} from "./chunk-4UGXLYKP.js";
|
|
14
|
+
import {
|
|
15
|
+
SolanaApi
|
|
16
|
+
} from "./chunk-DMRM7XAS.js";
|
|
17
|
+
import {
|
|
18
|
+
TransactionApi
|
|
19
|
+
} from "./chunk-KD2OAMDA.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
|
+
};
|
|
@@ -9,12 +9,15 @@ 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";
|
|
12
15
|
import {
|
|
13
16
|
uniswapWallet
|
|
14
17
|
} from "./chunk-DLDZUVTB.js";
|
|
15
18
|
import {
|
|
16
|
-
|
|
17
|
-
} from "./chunk-
|
|
19
|
+
walletConnectWallet
|
|
20
|
+
} from "./chunk-KU5R3WAJ.js";
|
|
18
21
|
import {
|
|
19
22
|
valoraWallet
|
|
20
23
|
} from "./chunk-CVUEWUDI.js";
|
|
@@ -22,8 +25,8 @@ import {
|
|
|
22
25
|
wigwamWallet
|
|
23
26
|
} from "./chunk-EFYKBPOB.js";
|
|
24
27
|
import {
|
|
25
|
-
|
|
26
|
-
} from "./chunk-
|
|
28
|
+
xdefiWallet
|
|
29
|
+
} from "./chunk-26RJNF7V.js";
|
|
27
30
|
import {
|
|
28
31
|
zealWallet
|
|
29
32
|
} from "./chunk-DVLTKWTZ.js";
|
|
@@ -31,41 +34,44 @@ import {
|
|
|
31
34
|
zerionWallet
|
|
32
35
|
} from "./chunk-CCZUA25H.js";
|
|
33
36
|
import {
|
|
34
|
-
|
|
35
|
-
} from "./chunk-
|
|
36
|
-
import {
|
|
37
|
-
safepalWallet
|
|
38
|
-
} from "./chunk-LRYS2XBT.js";
|
|
39
|
-
import {
|
|
40
|
-
tahoWallet
|
|
41
|
-
} from "./chunk-UXRQQZ2M.js";
|
|
37
|
+
safeheronWallet
|
|
38
|
+
} from "./chunk-PHF4VWKP.js";
|
|
42
39
|
import {
|
|
43
40
|
seifWallet
|
|
44
41
|
} from "./chunk-Y3E6EZ7J.js";
|
|
42
|
+
import {
|
|
43
|
+
safepalWallet
|
|
44
|
+
} from "./chunk-LRYS2XBT.js";
|
|
45
45
|
import {
|
|
46
46
|
subWallet
|
|
47
47
|
} from "./chunk-OWSLCYOF.js";
|
|
48
48
|
import {
|
|
49
|
-
|
|
50
|
-
} from "./chunk-
|
|
49
|
+
tahoWallet
|
|
50
|
+
} from "./chunk-UXRQQZ2M.js";
|
|
51
51
|
import {
|
|
52
52
|
tokenPocketWallet
|
|
53
53
|
} from "./chunk-RCZCJUTR.js";
|
|
54
|
-
import {
|
|
55
|
-
trustWallet
|
|
56
|
-
} from "./chunk-EM6BREIH.js";
|
|
57
54
|
import {
|
|
58
55
|
tokenaryWallet
|
|
59
56
|
} from "./chunk-U24COF36.js";
|
|
60
57
|
import {
|
|
61
|
-
|
|
62
|
-
} from "./chunk-
|
|
58
|
+
talismanWallet
|
|
59
|
+
} from "./chunk-B4IG5R5M.js";
|
|
63
60
|
import {
|
|
64
|
-
|
|
65
|
-
} from "./chunk-
|
|
61
|
+
paraSwapWallet
|
|
62
|
+
} from "./chunk-FF7ZXD5C.js";
|
|
63
|
+
import {
|
|
64
|
+
phantomWallet
|
|
65
|
+
} from "./chunk-DMQ4RXIY.js";
|
|
66
66
|
import {
|
|
67
67
|
rainbowWallet
|
|
68
68
|
} from "./chunk-6C3GUS6I.js";
|
|
69
|
+
import {
|
|
70
|
+
kresusWallet
|
|
71
|
+
} from "./chunk-CM3VR7OM.js";
|
|
72
|
+
import {
|
|
73
|
+
rabbyWallet
|
|
74
|
+
} from "./chunk-3RMYBZQG.js";
|
|
69
75
|
import {
|
|
70
76
|
roninWallet
|
|
71
77
|
} from "./chunk-DSTY7YNG.js";
|
|
@@ -75,45 +81,45 @@ import {
|
|
|
75
81
|
import {
|
|
76
82
|
safeWallet
|
|
77
83
|
} from "./chunk-Z2QCE6O6.js";
|
|
84
|
+
import {
|
|
85
|
+
metaMaskWallet
|
|
86
|
+
} from "./chunk-VUMT22HL.js";
|
|
87
|
+
import {
|
|
88
|
+
mewWallet
|
|
89
|
+
} from "./chunk-ZRY6ILYP.js";
|
|
78
90
|
import {
|
|
79
91
|
nestWallet
|
|
80
92
|
} from "./chunk-NN4KGG3I.js";
|
|
81
|
-
import {
|
|
82
|
-
safeheronWallet
|
|
83
|
-
} from "./chunk-PHF4VWKP.js";
|
|
84
93
|
import {
|
|
85
94
|
oktoWallet
|
|
86
95
|
} from "./chunk-7SSXG35M.js";
|
|
87
|
-
import {
|
|
88
|
-
omniWallet
|
|
89
|
-
} from "./chunk-RGPO7AY3.js";
|
|
90
96
|
import {
|
|
91
97
|
okxWallet
|
|
92
98
|
} from "./chunk-GF7RKBNV.js";
|
|
93
99
|
import {
|
|
94
|
-
|
|
95
|
-
} from "./chunk-
|
|
100
|
+
omniWallet
|
|
101
|
+
} from "./chunk-RGPO7AY3.js";
|
|
96
102
|
import {
|
|
97
103
|
oneKeyWallet
|
|
98
104
|
} from "./chunk-6UGYPEQE.js";
|
|
99
105
|
import {
|
|
100
|
-
|
|
101
|
-
} from "./chunk-
|
|
102
|
-
import {
|
|
103
|
-
kaikasWallet
|
|
104
|
-
} from "./chunk-MUJPEDFF.js";
|
|
106
|
+
oneInchWallet
|
|
107
|
+
} from "./chunk-OJT577AY.js";
|
|
105
108
|
import {
|
|
106
|
-
|
|
107
|
-
} from "./chunk-
|
|
109
|
+
iopayWallet
|
|
110
|
+
} from "./chunk-A2XAHJNR.js";
|
|
108
111
|
import {
|
|
109
112
|
injectedWallet
|
|
110
113
|
} from "./chunk-GDGRUMZB.js";
|
|
111
114
|
import {
|
|
112
|
-
|
|
113
|
-
} from "./chunk-
|
|
115
|
+
kaikasWallet
|
|
116
|
+
} from "./chunk-MUJPEDFF.js";
|
|
114
117
|
import {
|
|
115
118
|
kaiaWallet
|
|
116
119
|
} from "./chunk-KE6RMEB7.js";
|
|
120
|
+
import {
|
|
121
|
+
gateWallet
|
|
122
|
+
} from "./chunk-PKSDTWUF.js";
|
|
117
123
|
import {
|
|
118
124
|
krakenWallet
|
|
119
125
|
} from "./chunk-CYOZFCR6.js";
|
|
@@ -123,24 +129,18 @@ import {
|
|
|
123
129
|
import {
|
|
124
130
|
magicEdenWallet
|
|
125
131
|
} from "./chunk-WB7EEKPS.js";
|
|
126
|
-
import {
|
|
127
|
-
kresusWallet
|
|
128
|
-
} from "./chunk-CM3VR7OM.js";
|
|
129
|
-
import {
|
|
130
|
-
metaMaskWallet
|
|
131
|
-
} from "./chunk-VUMT22HL.js";
|
|
132
|
-
import {
|
|
133
|
-
coreWallet
|
|
134
|
-
} from "./chunk-I6ONK6DO.js";
|
|
135
|
-
import {
|
|
136
|
-
desigWallet
|
|
137
|
-
} from "./chunk-DVXPOWEC.js";
|
|
138
132
|
import {
|
|
139
133
|
compassWallet
|
|
140
134
|
} from "./chunk-3OO564GS.js";
|
|
135
|
+
import {
|
|
136
|
+
dawnWallet
|
|
137
|
+
} from "./chunk-YMP3W2MO.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
|
frameWallet
|
|
146
146
|
} from "./chunk-CP45RGL4.js";
|
|
@@ -148,58 +148,58 @@ import {
|
|
|
148
148
|
foxWallet
|
|
149
149
|
} from "./chunk-E4UMOJTY.js";
|
|
150
150
|
import {
|
|
151
|
-
|
|
152
|
-
} from "./chunk-
|
|
151
|
+
frontierWallet
|
|
152
|
+
} from "./chunk-NHZMJSPE.js";
|
|
153
153
|
import {
|
|
154
154
|
imTokenWallet
|
|
155
155
|
} from "./chunk-EHE2536P.js";
|
|
156
156
|
import {
|
|
157
157
|
bloomWallet
|
|
158
158
|
} from "./chunk-3KPCADAF.js";
|
|
159
|
+
import {
|
|
160
|
+
bitverseWallet
|
|
161
|
+
} from "./chunk-6HCSSBZY.js";
|
|
159
162
|
import {
|
|
160
163
|
braveWallet
|
|
161
164
|
} from "./chunk-EYN3CVFM.js";
|
|
162
165
|
import {
|
|
163
|
-
|
|
164
|
-
} from "./chunk-
|
|
166
|
+
clvWallet
|
|
167
|
+
} from "./chunk-DPME4O44.js";
|
|
165
168
|
import {
|
|
166
169
|
bybitWallet
|
|
167
170
|
} from "./chunk-DW37ROR6.js";
|
|
168
171
|
import {
|
|
169
|
-
|
|
170
|
-
} from "./chunk-
|
|
172
|
+
coin98Wallet
|
|
173
|
+
} from "./chunk-ZFVYS64S.js";
|
|
171
174
|
import {
|
|
172
175
|
coinbaseWallet
|
|
173
176
|
} from "./chunk-PNEDRY6O.js";
|
|
174
177
|
import {
|
|
175
|
-
|
|
176
|
-
} from "./chunk-
|
|
178
|
+
coreWallet
|
|
179
|
+
} from "./chunk-I6ONK6DO.js";
|
|
177
180
|
import {
|
|
178
|
-
|
|
179
|
-
} from "./chunk-
|
|
181
|
+
bestWallet
|
|
182
|
+
} from "./chunk-OPAPBEA5.js";
|
|
183
|
+
import {
|
|
184
|
+
berasigWallet
|
|
185
|
+
} from "./chunk-UZWMFUJU.js";
|
|
180
186
|
import {
|
|
181
187
|
argentWallet
|
|
182
188
|
} from "./chunk-XT2WYPN5.js";
|
|
183
189
|
import {
|
|
184
190
|
bifrostWallet
|
|
185
191
|
} from "./chunk-WXXI4WBF.js";
|
|
186
|
-
import {
|
|
187
|
-
berasigWallet
|
|
188
|
-
} from "./chunk-UZWMFUJU.js";
|
|
189
|
-
import {
|
|
190
|
-
bestWallet
|
|
191
|
-
} from "./chunk-OPAPBEA5.js";
|
|
192
|
-
import {
|
|
193
|
-
bitverseWallet
|
|
194
|
-
} from "./chunk-6HCSSBZY.js";
|
|
195
192
|
import {
|
|
196
193
|
bitgetWallet
|
|
197
194
|
} from "./chunk-ITLTDJ3D.js";
|
|
198
|
-
import "./chunk-RETKWSKD.js";
|
|
199
|
-
import "./chunk-PODFK4OS.js";
|
|
200
195
|
import {
|
|
201
196
|
bitskiWallet
|
|
202
197
|
} from "./chunk-DZB25PZ7.js";
|
|
198
|
+
import {
|
|
199
|
+
binanceWallet
|
|
200
|
+
} from "./chunk-TUDZHFVC.js";
|
|
201
|
+
import "./chunk-RETKWSKD.js";
|
|
202
|
+
import "./chunk-PODFK4OS.js";
|
|
203
203
|
import "./chunk-MBBGZGXF.js";
|
|
204
204
|
export {
|
|
205
205
|
abcWallet,
|