@funkit/connect 1.2.7 → 1.3.0
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/CHANGELOG.md +17 -0
- package/dist/index.js +129 -62
- package/dist/utils/flags/config.d.ts +13 -3
- package/dist/utils/flags/index.d.ts +2 -0
- package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.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-2DWBVWFI.js +87 -0
- package/dist/wallets/walletConnectors/chunk-32KBKKGT.js +182 -0
- package/dist/wallets/walletConnectors/chunk-3CLNL7LR.js +73 -0
- package/dist/wallets/walletConnectors/chunk-5L2OLU3J.js +102 -0
- package/dist/wallets/walletConnectors/chunk-7GGRZNT3.js +96 -0
- package/dist/wallets/walletConnectors/chunk-7YDZTPO4.js +100 -0
- package/dist/wallets/walletConnectors/chunk-BCXBFAL4.js +98 -0
- package/dist/wallets/walletConnectors/chunk-CMXZK5RR.js +94 -0
- package/dist/wallets/walletConnectors/chunk-F4EJ42XO.js +105 -0
- package/dist/wallets/walletConnectors/chunk-FL2VIO76.js +71 -0
- package/dist/wallets/walletConnectors/chunk-IIJOJ6AD.js +102 -0
- package/dist/wallets/walletConnectors/chunk-KZFAL4RZ.js +27 -0
- package/dist/wallets/walletConnectors/chunk-LJRV5JY7.js +95 -0
- package/dist/wallets/walletConnectors/chunk-M4SPCKW4.js +66 -0
- package/dist/wallets/walletConnectors/chunk-MSRKKVDE.js +98 -0
- package/dist/wallets/walletConnectors/chunk-NK3DYIAB.js +92 -0
- package/dist/wallets/walletConnectors/chunk-OMKARG6Y.js +94 -0
- package/dist/wallets/walletConnectors/chunk-R5GNFRXW.js +96 -0
- package/dist/wallets/walletConnectors/chunk-XB2GFXBL.js +107 -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/dawnWallet/dawnWallet.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 +71 -71
- 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/zerionWallet/zerionWallet.js +2 -2
- package/package.json +6 -6
|
@@ -1,154 +1,154 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
tokenaryWallet
|
|
4
|
+
} from "./chunk-MD5OPFAT.js";
|
|
2
5
|
import {
|
|
3
6
|
zerionWallet
|
|
4
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-IIJOJ6AD.js";
|
|
5
8
|
import {
|
|
6
9
|
walletConnectWallet
|
|
7
10
|
} from "./chunk-ASPRR7T3.js";
|
|
8
|
-
import {
|
|
9
|
-
subWallet
|
|
10
|
-
} from "./chunk-WS4EM7AZ.js";
|
|
11
|
-
import {
|
|
12
|
-
tokenPocketWallet
|
|
13
|
-
} from "./chunk-UWU574XS.js";
|
|
14
11
|
import {
|
|
15
12
|
talismanWallet
|
|
16
13
|
} from "./chunk-R2GYJ376.js";
|
|
17
14
|
import {
|
|
18
|
-
|
|
19
|
-
} from "./chunk-
|
|
20
|
-
import {
|
|
21
|
-
imTokenWallet
|
|
22
|
-
} from "./chunk-5MVV7OVS.js";
|
|
15
|
+
tokenPocketWallet
|
|
16
|
+
} from "./chunk-LJRV5JY7.js";
|
|
23
17
|
import {
|
|
24
18
|
trustWallet
|
|
25
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-F4EJ42XO.js";
|
|
20
|
+
import {
|
|
21
|
+
safeWallet
|
|
22
|
+
} from "./chunk-D3DCQ72J.js";
|
|
26
23
|
import {
|
|
27
24
|
uniswapWallet
|
|
28
25
|
} from "./chunk-XRSY4JVH.js";
|
|
26
|
+
import {
|
|
27
|
+
rabbyWallet
|
|
28
|
+
} from "./chunk-5SIHQ5GA.js";
|
|
29
29
|
import {
|
|
30
30
|
xdefiWallet
|
|
31
31
|
} from "./chunk-JNZ3EYC7.js";
|
|
32
32
|
import {
|
|
33
33
|
zealWallet
|
|
34
34
|
} from "./chunk-Z5QFIFDP.js";
|
|
35
|
+
import {
|
|
36
|
+
phantomWallet
|
|
37
|
+
} from "./chunk-4PTY6XNU.js";
|
|
35
38
|
import {
|
|
36
39
|
ramperWallet
|
|
37
40
|
} from "./chunk-XEZPRJPV.js";
|
|
38
41
|
import {
|
|
39
42
|
roninWallet
|
|
40
|
-
} from "./chunk-
|
|
41
|
-
import {
|
|
42
|
-
safeWallet
|
|
43
|
-
} from "./chunk-D3DCQ72J.js";
|
|
44
|
-
import {
|
|
45
|
-
phantomWallet
|
|
46
|
-
} from "./chunk-4PTY6XNU.js";
|
|
43
|
+
} from "./chunk-NK3DYIAB.js";
|
|
47
44
|
import {
|
|
48
45
|
safeheronWallet
|
|
49
46
|
} from "./chunk-FQDX6QIP.js";
|
|
50
47
|
import {
|
|
51
48
|
safepalWallet
|
|
52
|
-
} from "./chunk-
|
|
49
|
+
} from "./chunk-XB2GFXBL.js";
|
|
53
50
|
import {
|
|
54
|
-
|
|
55
|
-
} from "./chunk-
|
|
51
|
+
injectedWallet
|
|
52
|
+
} from "./chunk-GUJHPWTU.js";
|
|
53
|
+
import {
|
|
54
|
+
subWallet
|
|
55
|
+
} from "./chunk-5L2OLU3J.js";
|
|
56
56
|
import {
|
|
57
57
|
tahoWallet
|
|
58
58
|
} from "./chunk-PILSRRPJ.js";
|
|
59
59
|
import {
|
|
60
|
-
|
|
61
|
-
} from "./chunk-
|
|
60
|
+
mewWallet
|
|
61
|
+
} from "./chunk-ZCSUP7CX.js";
|
|
62
|
+
import {
|
|
63
|
+
oktoWallet
|
|
64
|
+
} from "./chunk-WKHTUEF5.js";
|
|
62
65
|
import {
|
|
63
66
|
okxWallet
|
|
64
|
-
} from "./chunk-
|
|
67
|
+
} from "./chunk-7GGRZNT3.js";
|
|
65
68
|
import {
|
|
66
|
-
|
|
67
|
-
} from "./chunk-
|
|
69
|
+
ledgerWallet
|
|
70
|
+
} from "./chunk-Y6VY6E3L.js";
|
|
68
71
|
import {
|
|
69
|
-
|
|
70
|
-
} from "./chunk-
|
|
72
|
+
oneInchWallet
|
|
73
|
+
} from "./chunk-LCPIZUR3.js";
|
|
71
74
|
import {
|
|
72
75
|
oneKeyWallet
|
|
73
76
|
} from "./chunk-QS2J6MWB.js";
|
|
74
77
|
import {
|
|
75
|
-
|
|
76
|
-
} from "./chunk-
|
|
77
|
-
import {
|
|
78
|
-
rabbyWallet
|
|
79
|
-
} from "./chunk-5SIHQ5GA.js";
|
|
78
|
+
omniWallet
|
|
79
|
+
} from "./chunk-SVN7OEQR.js";
|
|
80
80
|
import {
|
|
81
81
|
rainbowWallet
|
|
82
|
-
} from "./chunk-
|
|
82
|
+
} from "./chunk-3CLNL7LR.js";
|
|
83
83
|
import {
|
|
84
|
-
|
|
85
|
-
} from "./chunk-
|
|
86
|
-
import {
|
|
87
|
-
frameWallet
|
|
88
|
-
} from "./chunk-HXGBE5AH.js";
|
|
84
|
+
bitverseWallet
|
|
85
|
+
} from "./chunk-NL4I7WOT.js";
|
|
89
86
|
import {
|
|
90
|
-
|
|
91
|
-
} from "./chunk-
|
|
87
|
+
enkryptWallet
|
|
88
|
+
} from "./chunk-SJWHYD45.js";
|
|
92
89
|
import {
|
|
93
90
|
gateWallet
|
|
94
|
-
} from "./chunk-
|
|
91
|
+
} from "./chunk-CMXZK5RR.js";
|
|
95
92
|
import {
|
|
96
|
-
|
|
97
|
-
} from "./chunk-
|
|
93
|
+
imTokenWallet
|
|
94
|
+
} from "./chunk-5MVV7OVS.js";
|
|
98
95
|
import {
|
|
99
|
-
|
|
100
|
-
} from "./chunk-
|
|
96
|
+
frontierWallet
|
|
97
|
+
} from "./chunk-MSRKKVDE.js";
|
|
101
98
|
import {
|
|
102
|
-
|
|
103
|
-
} from "./chunk-
|
|
99
|
+
kresusWallet
|
|
100
|
+
} from "./chunk-X6T3CICZ.js";
|
|
104
101
|
import {
|
|
105
|
-
|
|
106
|
-
} from "./chunk-
|
|
102
|
+
metaMaskWallet
|
|
103
|
+
} from "./chunk-32KBKKGT.js";
|
|
107
104
|
import {
|
|
108
|
-
|
|
109
|
-
} from "./chunk-
|
|
105
|
+
coin98Wallet
|
|
106
|
+
} from "./chunk-R5GNFRXW.js";
|
|
110
107
|
import {
|
|
111
108
|
coinbaseWallet
|
|
112
109
|
} from "./chunk-O77H3VWW.js";
|
|
113
110
|
import {
|
|
114
|
-
|
|
115
|
-
} from "./chunk-
|
|
111
|
+
dawnWallet
|
|
112
|
+
} from "./chunk-KZFAL4RZ.js";
|
|
116
113
|
import {
|
|
117
114
|
coreWallet
|
|
118
|
-
} from "./chunk-
|
|
115
|
+
} from "./chunk-OMKARG6Y.js";
|
|
119
116
|
import {
|
|
120
117
|
desigWallet
|
|
121
118
|
} from "./chunk-P4C7ZHIS.js";
|
|
122
119
|
import {
|
|
123
|
-
|
|
124
|
-
} from "./chunk-
|
|
120
|
+
clvWallet
|
|
121
|
+
} from "./chunk-2DWBVWFI.js";
|
|
125
122
|
import {
|
|
126
|
-
|
|
127
|
-
} from "./chunk-
|
|
123
|
+
frameWallet
|
|
124
|
+
} from "./chunk-HXGBE5AH.js";
|
|
125
|
+
import {
|
|
126
|
+
foxWallet
|
|
127
|
+
} from "./chunk-M4SPCKW4.js";
|
|
128
128
|
import {
|
|
129
129
|
argentWallet
|
|
130
130
|
} from "./chunk-NZ5G23JP.js";
|
|
131
|
-
import {
|
|
132
|
-
bifrostWallet
|
|
133
|
-
} from "./chunk-AFONKDII.js";
|
|
134
131
|
import {
|
|
135
132
|
bitgetWallet
|
|
136
|
-
} from "./chunk-
|
|
133
|
+
} from "./chunk-7YDZTPO4.js";
|
|
137
134
|
import {
|
|
138
135
|
bitskiWallet
|
|
139
136
|
} from "./chunk-IMZRCMZR.js";
|
|
140
137
|
import {
|
|
141
|
-
|
|
142
|
-
} from "./chunk-
|
|
138
|
+
braveWallet
|
|
139
|
+
} from "./chunk-KJWMF6GZ.js";
|
|
140
|
+
import {
|
|
141
|
+
bybitWallet
|
|
142
|
+
} from "./chunk-BCXBFAL4.js";
|
|
143
143
|
import {
|
|
144
144
|
bloomWallet
|
|
145
145
|
} from "./chunk-NTGZF5BY.js";
|
|
146
|
-
import "./chunk-ZOLACFTK.js";
|
|
147
|
-
import "./chunk-ZDU3JFGR.js";
|
|
148
146
|
import {
|
|
149
|
-
|
|
150
|
-
} from "./chunk-
|
|
147
|
+
bifrostWallet
|
|
148
|
+
} from "./chunk-FL2VIO76.js";
|
|
151
149
|
import "./chunk-F3VCNZXS.js";
|
|
150
|
+
import "./chunk-ZOLACFTK.js";
|
|
151
|
+
import "./chunk-ZDU3JFGR.js";
|
|
152
152
|
export {
|
|
153
153
|
argentWallet,
|
|
154
154
|
bifrostWallet,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
metaMaskWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-32KBKKGT.js";
|
|
5
|
+
import "../chunk-F3VCNZXS.js";
|
|
5
6
|
import "../chunk-ZOLACFTK.js";
|
|
6
7
|
import "../chunk-ZDU3JFGR.js";
|
|
7
|
-
import "../chunk-F3VCNZXS.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-7GGRZNT3.js";
|
|
5
|
+
import "../chunk-F3VCNZXS.js";
|
|
5
6
|
import "../chunk-ZOLACFTK.js";
|
|
6
7
|
import "../chunk-ZDU3JFGR.js";
|
|
7
|
-
import "../chunk-F3VCNZXS.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-3CLNL7LR.js";
|
|
5
|
+
import "../chunk-F3VCNZXS.js";
|
|
5
6
|
import "../chunk-ZOLACFTK.js";
|
|
6
7
|
import "../chunk-ZDU3JFGR.js";
|
|
7
|
-
import "../chunk-F3VCNZXS.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-LJRV5JY7.js";
|
|
5
|
+
import "../chunk-F3VCNZXS.js";
|
|
5
6
|
import "../chunk-ZOLACFTK.js";
|
|
6
7
|
import "../chunk-ZDU3JFGR.js";
|
|
7
|
-
import "../chunk-F3VCNZXS.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-F4EJ42XO.js";
|
|
5
|
+
import "../chunk-F3VCNZXS.js";
|
|
5
6
|
import "../chunk-ZOLACFTK.js";
|
|
6
7
|
import "../chunk-ZDU3JFGR.js";
|
|
7
|
-
import "../chunk-F3VCNZXS.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-IIJOJ6AD.js";
|
|
5
|
+
import "../chunk-F3VCNZXS.js";
|
|
5
6
|
import "../chunk-ZOLACFTK.js";
|
|
6
7
|
import "../chunk-ZDU3JFGR.js";
|
|
7
|
-
import "../chunk-F3VCNZXS.js";
|
|
8
8
|
export {
|
|
9
9
|
zerionWallet
|
|
10
10
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@funkit/connect",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -69,19 +69,19 @@
|
|
|
69
69
|
"@tanstack/react-query": "^5.28.8",
|
|
70
70
|
"@types/node-fetch": "^2.6.4",
|
|
71
71
|
"@types/uuid": "^9.0.8",
|
|
72
|
-
"@vanilla-extract/css": "1.
|
|
72
|
+
"@vanilla-extract/css": "1.15.3",
|
|
73
73
|
"@vanilla-extract/dynamic": "2.1.0",
|
|
74
74
|
"@vanilla-extract/sprinkles": "1.6.1",
|
|
75
75
|
"@wagmi/core": "^2.10.2",
|
|
76
|
-
"clsx": "2.1.
|
|
76
|
+
"clsx": "2.1.1",
|
|
77
77
|
"node-fetch": "^2.7.0",
|
|
78
78
|
"qrcode": "1.5.3",
|
|
79
79
|
"react-remove-scroll": "2.5.7",
|
|
80
80
|
"ua-parser-js": "^1.0.37",
|
|
81
81
|
"uuid": "^9.0.1",
|
|
82
|
-
"@funkit/
|
|
83
|
-
"@funkit/
|
|
84
|
-
"@funkit/core": "1.0.
|
|
82
|
+
"@funkit/wagmi-tools": "2.0.3",
|
|
83
|
+
"@funkit/api-base": "0.0.5",
|
|
84
|
+
"@funkit/core": "1.0.18"
|
|
85
85
|
},
|
|
86
86
|
"repository": {
|
|
87
87
|
"type": "git",
|