@funkit/connect 1.0.14 → 1.0.16
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 +20 -0
- package/dist/components/FunButton/FunButton.d.ts +3 -2
- package/dist/components/FunCheckoutHistoryModal/FunCheckoutHistoryDetail.d.ts +5 -2
- package/dist/components/FunCheckoutHistoryModal/FunCheckoutHistoryHelp.d.ts +6 -0
- package/dist/components/FunCheckoutHistoryModal/FunCheckoutHistoryModal.d.ts +4 -0
- package/dist/components/FunInput/FunTextAreaInput.d.ts +8 -0
- package/dist/consts/quote.d.ts +9 -0
- package/dist/index.js +581 -241
- package/dist/utils/checkout.d.ts +8 -1
- package/dist/utils/formatTimestamp.d.ts +2 -1
- 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-2B3SPBRY.js +100 -0
- package/dist/wallets/walletConnectors/chunk-2GAW2UBU.js +102 -0
- package/dist/wallets/walletConnectors/chunk-7KDOXASH.js +95 -0
- package/dist/wallets/walletConnectors/chunk-CRSPGVPF.js +105 -0
- package/dist/wallets/walletConnectors/chunk-CUKVUCIP.js +98 -0
- package/dist/wallets/walletConnectors/chunk-DV3SI63E.js +96 -0
- package/dist/wallets/walletConnectors/chunk-GW6EF4G2.js +92 -0
- package/dist/wallets/walletConnectors/chunk-HD5VYJNC.js +98 -0
- package/dist/wallets/walletConnectors/chunk-IBWFKX7P.js +94 -0
- package/dist/wallets/walletConnectors/chunk-KGTZ6E7L.js +71 -0
- package/dist/wallets/walletConnectors/chunk-OKWOB3DN.js +66 -0
- package/dist/wallets/walletConnectors/chunk-RCWZ4KBR.js +73 -0
- package/dist/wallets/walletConnectors/chunk-RTW6PVQI.js +107 -0
- package/dist/wallets/walletConnectors/chunk-T6JVHES7.js +87 -0
- package/dist/wallets/walletConnectors/chunk-VSZ7PAHS.js +94 -0
- package/dist/wallets/walletConnectors/chunk-XNNLZXHE.js +102 -0
- package/dist/wallets/walletConnectors/chunk-XRMAVTK7.js +178 -0
- package/dist/wallets/walletConnectors/chunk-Z2HIQYVN.js +96 -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 +74 -74
- 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 +14 -14
|
@@ -1,112 +1,118 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
|
-
|
|
4
|
-
} from "./chunk-
|
|
3
|
+
xdefiWallet
|
|
4
|
+
} from "./chunk-L734HTUS.js";
|
|
5
5
|
import {
|
|
6
|
-
|
|
7
|
-
} from "./chunk-
|
|
6
|
+
zealWallet
|
|
7
|
+
} from "./chunk-DPXMP5KS.js";
|
|
8
|
+
import {
|
|
9
|
+
zerionWallet
|
|
10
|
+
} from "./chunk-XNNLZXHE.js";
|
|
11
|
+
import {
|
|
12
|
+
subWallet
|
|
13
|
+
} from "./chunk-2GAW2UBU.js";
|
|
14
|
+
import {
|
|
15
|
+
tahoWallet
|
|
16
|
+
} from "./chunk-H76YCX2M.js";
|
|
8
17
|
import {
|
|
9
18
|
talismanWallet
|
|
10
19
|
} from "./chunk-H273OTQA.js";
|
|
11
20
|
import {
|
|
12
21
|
tokenPocketWallet
|
|
13
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-7KDOXASH.js";
|
|
14
23
|
import {
|
|
15
|
-
|
|
16
|
-
} from "./chunk-
|
|
24
|
+
tokenaryWallet
|
|
25
|
+
} from "./chunk-ENZLEAG2.js";
|
|
17
26
|
import {
|
|
18
27
|
uniswapWallet
|
|
19
28
|
} from "./chunk-XRSY4JVH.js";
|
|
20
29
|
import {
|
|
21
|
-
|
|
22
|
-
} from "./chunk-
|
|
23
|
-
import {
|
|
24
|
-
xdefiWallet
|
|
25
|
-
} from "./chunk-L734HTUS.js";
|
|
30
|
+
trustWallet
|
|
31
|
+
} from "./chunk-CRSPGVPF.js";
|
|
26
32
|
import {
|
|
27
33
|
walletConnectWallet
|
|
28
34
|
} from "./chunk-ASPRR7T3.js";
|
|
29
35
|
import {
|
|
30
|
-
|
|
31
|
-
} from "./chunk-
|
|
32
|
-
import {
|
|
33
|
-
zerionWallet
|
|
34
|
-
} from "./chunk-7CQPABJG.js";
|
|
35
|
-
import {
|
|
36
|
-
phantomWallet
|
|
37
|
-
} from "./chunk-KGBLSE7L.js";
|
|
36
|
+
rainbowWallet
|
|
37
|
+
} from "./chunk-RCWZ4KBR.js";
|
|
38
38
|
import {
|
|
39
39
|
ramperWallet
|
|
40
40
|
} from "./chunk-ZOL6ZMTJ.js";
|
|
41
41
|
import {
|
|
42
42
|
roninWallet
|
|
43
|
-
} from "./chunk-
|
|
43
|
+
} from "./chunk-GW6EF4G2.js";
|
|
44
|
+
import {
|
|
45
|
+
clvWallet
|
|
46
|
+
} from "./chunk-T6JVHES7.js";
|
|
44
47
|
import {
|
|
45
48
|
safeWallet
|
|
46
49
|
} from "./chunk-D3DCQ72J.js";
|
|
47
50
|
import {
|
|
48
|
-
|
|
49
|
-
} from "./chunk-
|
|
50
|
-
import {
|
|
51
|
-
mewWallet
|
|
52
|
-
} from "./chunk-PWYTDYBE.js";
|
|
53
|
-
import {
|
|
54
|
-
tahoWallet
|
|
55
|
-
} from "./chunk-H76YCX2M.js";
|
|
51
|
+
imTokenWallet
|
|
52
|
+
} from "./chunk-5MVV7OVS.js";
|
|
56
53
|
import {
|
|
57
|
-
|
|
58
|
-
} from "./chunk-
|
|
54
|
+
safeheronWallet
|
|
55
|
+
} from "./chunk-63NPZXAL.js";
|
|
59
56
|
import {
|
|
60
|
-
|
|
61
|
-
} from "./chunk-
|
|
57
|
+
safepalWallet
|
|
58
|
+
} from "./chunk-RTW6PVQI.js";
|
|
62
59
|
import {
|
|
63
|
-
|
|
64
|
-
} from "./chunk-
|
|
60
|
+
mewWallet
|
|
61
|
+
} from "./chunk-PWYTDYBE.js";
|
|
65
62
|
import {
|
|
66
63
|
oktoWallet
|
|
67
64
|
} from "./chunk-WKHTUEF5.js";
|
|
65
|
+
import {
|
|
66
|
+
okxWallet
|
|
67
|
+
} from "./chunk-DV3SI63E.js";
|
|
68
68
|
import {
|
|
69
69
|
omniWallet
|
|
70
70
|
} from "./chunk-SVN7OEQR.js";
|
|
71
|
-
import {
|
|
72
|
-
okxWallet
|
|
73
|
-
} from "./chunk-NGXIHASN.js";
|
|
74
71
|
import {
|
|
75
72
|
oneInchWallet
|
|
76
73
|
} from "./chunk-LCPIZUR3.js";
|
|
77
|
-
import {
|
|
78
|
-
rabbyWallet
|
|
79
|
-
} from "./chunk-XPEBP6XV.js";
|
|
80
74
|
import {
|
|
81
75
|
oneKeyWallet
|
|
82
76
|
} from "./chunk-4WOV4ITL.js";
|
|
83
77
|
import {
|
|
84
|
-
|
|
85
|
-
} from "./chunk-
|
|
78
|
+
phantomWallet
|
|
79
|
+
} from "./chunk-KGBLSE7L.js";
|
|
86
80
|
import {
|
|
87
|
-
|
|
88
|
-
} from "./chunk-
|
|
81
|
+
rabbyWallet
|
|
82
|
+
} from "./chunk-XPEBP6XV.js";
|
|
89
83
|
import {
|
|
90
|
-
|
|
91
|
-
} from "./chunk-
|
|
84
|
+
frameWallet
|
|
85
|
+
} from "./chunk-XXFJVY73.js";
|
|
92
86
|
import {
|
|
93
|
-
|
|
94
|
-
} from "./chunk-
|
|
87
|
+
frontierWallet
|
|
88
|
+
} from "./chunk-HD5VYJNC.js";
|
|
95
89
|
import {
|
|
96
|
-
|
|
97
|
-
} from "./chunk-
|
|
90
|
+
gateWallet
|
|
91
|
+
} from "./chunk-VSZ7PAHS.js";
|
|
98
92
|
import {
|
|
99
93
|
injectedWallet
|
|
100
94
|
} from "./chunk-KIHCNUU3.js";
|
|
95
|
+
import {
|
|
96
|
+
kresusWallet
|
|
97
|
+
} from "./chunk-X6T3CICZ.js";
|
|
98
|
+
import {
|
|
99
|
+
ledgerWallet
|
|
100
|
+
} from "./chunk-Y6VY6E3L.js";
|
|
101
101
|
import {
|
|
102
102
|
metaMaskWallet
|
|
103
|
-
} from "./chunk-
|
|
103
|
+
} from "./chunk-XRMAVTK7.js";
|
|
104
|
+
import {
|
|
105
|
+
braveWallet
|
|
106
|
+
} from "./chunk-ABYQAXUX.js";
|
|
107
|
+
import {
|
|
108
|
+
coin98Wallet
|
|
109
|
+
} from "./chunk-Z2HIQYVN.js";
|
|
104
110
|
import {
|
|
105
111
|
coinbaseWallet
|
|
106
112
|
} from "./chunk-XBUTWYE4.js";
|
|
107
113
|
import {
|
|
108
114
|
coreWallet
|
|
109
|
-
} from "./chunk-
|
|
115
|
+
} from "./chunk-IBWFKX7P.js";
|
|
110
116
|
import {
|
|
111
117
|
dawnWallet
|
|
112
118
|
} from "./chunk-4XQDKOGF.js";
|
|
@@ -118,37 +124,31 @@ import {
|
|
|
118
124
|
} from "./chunk-FLY7F4XA.js";
|
|
119
125
|
import {
|
|
120
126
|
foxWallet
|
|
121
|
-
} from "./chunk-
|
|
122
|
-
import {
|
|
123
|
-
frameWallet
|
|
124
|
-
} from "./chunk-XXFJVY73.js";
|
|
125
|
-
import {
|
|
126
|
-
frontierWallet
|
|
127
|
-
} from "./chunk-AM4SSLAP.js";
|
|
127
|
+
} from "./chunk-OKWOB3DN.js";
|
|
128
128
|
import {
|
|
129
|
-
|
|
130
|
-
} from "./chunk-
|
|
129
|
+
argentWallet
|
|
130
|
+
} from "./chunk-NZ5G23JP.js";
|
|
131
131
|
import {
|
|
132
132
|
bifrostWallet
|
|
133
|
-
} from "./chunk-
|
|
133
|
+
} from "./chunk-KGTZ6E7L.js";
|
|
134
134
|
import {
|
|
135
135
|
bitgetWallet
|
|
136
|
-
} from "./chunk-
|
|
136
|
+
} from "./chunk-2B3SPBRY.js";
|
|
137
137
|
import {
|
|
138
|
-
|
|
139
|
-
} from "./chunk-
|
|
140
|
-
import "./chunk-ZOLACFTK.js";
|
|
138
|
+
bitskiWallet
|
|
139
|
+
} from "./chunk-C67TQJ6W.js";
|
|
141
140
|
import {
|
|
142
|
-
|
|
143
|
-
} from "./chunk-
|
|
141
|
+
bitverseWallet
|
|
142
|
+
} from "./chunk-NL4I7WOT.js";
|
|
144
143
|
import {
|
|
145
|
-
|
|
146
|
-
} from "./chunk-
|
|
144
|
+
bloomWallet
|
|
145
|
+
} from "./chunk-NTGZF5BY.js";
|
|
146
|
+
import "./chunk-ZOLACFTK.js";
|
|
147
147
|
import {
|
|
148
|
-
|
|
149
|
-
} from "./chunk-
|
|
150
|
-
import "./chunk-ZDU3JFGR.js";
|
|
148
|
+
bybitWallet
|
|
149
|
+
} from "./chunk-CUKVUCIP.js";
|
|
151
150
|
import "./chunk-QII6PY2D.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-XRMAVTK7.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-ZDU3JFGR.js";
|
|
7
6
|
import "../chunk-QII6PY2D.js";
|
|
7
|
+
import "../chunk-ZDU3JFGR.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-DV3SI63E.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-ZDU3JFGR.js";
|
|
7
6
|
import "../chunk-QII6PY2D.js";
|
|
7
|
+
import "../chunk-ZDU3JFGR.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-RCWZ4KBR.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-ZDU3JFGR.js";
|
|
7
6
|
import "../chunk-QII6PY2D.js";
|
|
7
|
+
import "../chunk-ZDU3JFGR.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-7KDOXASH.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-ZDU3JFGR.js";
|
|
7
6
|
import "../chunk-QII6PY2D.js";
|
|
7
|
+
import "../chunk-ZDU3JFGR.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-CRSPGVPF.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-ZDU3JFGR.js";
|
|
7
6
|
import "../chunk-QII6PY2D.js";
|
|
7
|
+
import "../chunk-ZDU3JFGR.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-XNNLZXHE.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-ZDU3JFGR.js";
|
|
7
6
|
import "../chunk-QII6PY2D.js";
|
|
7
|
+
import "../chunk-ZDU3JFGR.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.0.
|
|
3
|
+
"version": "1.0.16",
|
|
4
4
|
"description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -56,39 +56,39 @@
|
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@funkit/eslint-config": "^1.1.1",
|
|
59
|
-
"eslint": "^8.57.0",
|
|
60
59
|
"@testing-library/jest-dom": "^6.2.0",
|
|
61
60
|
"@testing-library/react": "^14.1.2",
|
|
62
61
|
"@testing-library/user-event": "^14.5.2",
|
|
63
62
|
"@types/qrcode": "^1.5.5",
|
|
63
|
+
"@types/ua-parser-js": "^0.7.39",
|
|
64
64
|
"@vanilla-extract/css-utils": "0.1.3",
|
|
65
65
|
"@vanilla-extract/private": "^1.0.3",
|
|
66
66
|
"autoprefixer": "^10.4.16",
|
|
67
|
+
"eslint": "^8.57.0",
|
|
67
68
|
"jsdom": "^23.0.1",
|
|
68
69
|
"nock": "^13.4.0",
|
|
69
70
|
"postcss": "^8.4.32",
|
|
70
71
|
"react": "^18.2.0",
|
|
71
|
-
"vitest": "^0.33.0"
|
|
72
|
-
"@types/ua-parser-js": "^0.7.39"
|
|
72
|
+
"vitest": "^0.33.0"
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@
|
|
76
|
-
"@funkit/core": "^1.0.
|
|
75
|
+
"@datadog/browser-logs": "^5.12.0",
|
|
76
|
+
"@funkit/core": "^1.0.6",
|
|
77
|
+
"@funkit/wagmi-tools": "^1.0.7",
|
|
78
|
+
"@meshconnect/web-link-sdk": "^2.0.1",
|
|
79
|
+
"@moonpay/moonpay-react": "^1.6.1",
|
|
80
|
+
"@privy-io/js-sdk-core": "^0.14.0",
|
|
81
|
+
"@tanstack/react-query": "^5.28.8",
|
|
82
|
+
"@types/uuid": "^9.0.8",
|
|
77
83
|
"@vanilla-extract/css": "1.14.0",
|
|
78
84
|
"@vanilla-extract/dynamic": "2.1.0",
|
|
79
85
|
"@vanilla-extract/sprinkles": "1.6.1",
|
|
86
|
+
"@wagmi/core": "^2.6.9",
|
|
80
87
|
"clsx": "2.1.0",
|
|
81
88
|
"qrcode": "1.5.3",
|
|
82
89
|
"react-remove-scroll": "2.5.7",
|
|
83
90
|
"ua-parser-js": "^1.0.37",
|
|
84
|
-
"
|
|
85
|
-
"@datadog/browser-logs": "^5.12.0",
|
|
86
|
-
"@privy-io/js-sdk-core": "^0.14.0",
|
|
87
|
-
"@moonpay/moonpay-react": "^1.6.1",
|
|
88
|
-
"@meshconnect/web-link-sdk": "^2.0.1",
|
|
89
|
-
"@wagmi/core": "^2.6.9",
|
|
90
|
-
"uuid": "^9.0.1",
|
|
91
|
-
"@types/uuid": "^9.0.8"
|
|
91
|
+
"uuid": "^9.0.1"
|
|
92
92
|
},
|
|
93
93
|
"repository": {
|
|
94
94
|
"type": "git",
|