@funkit/connect 6.14.15 → 6.14.17
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/domains/feeEstimate.d.ts +2 -4
- package/dist/hooks/useCheckoutTransferInit.d.ts +1 -1
- package/dist/index.css +5 -5
- package/dist/index.js +221 -234
- package/dist/providers/GeneralWalletProvider.d.ts +1 -1
- package/dist/wallets/walletConnectors/index.js +37 -37
- package/package.json +3 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AssetBalanceInfo } from '@funkit/api-base';
|
|
2
|
-
import { Auth, FunWallet } from '@funkit/core';
|
|
2
|
+
import type { Auth, FunWallet } from '@funkit/core';
|
|
3
3
|
import React, { type ReactNode } from 'react';
|
|
4
4
|
import type { Address } from 'viem';
|
|
5
5
|
import { type Config, type UseDisconnectReturnType, type UseReconnectReturnType } from 'wagmi';
|
|
@@ -1,52 +1,49 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
zealWallet
|
|
4
|
+
} from "./chunk-RNBEDQHF.js";
|
|
2
5
|
import {
|
|
3
6
|
xdefiWallet
|
|
4
7
|
} from "./chunk-BOU4WKRZ.js";
|
|
5
8
|
import {
|
|
6
9
|
zerionWallet
|
|
7
10
|
} from "./chunk-SULRQO27.js";
|
|
8
|
-
import {
|
|
9
|
-
zealWallet
|
|
10
|
-
} from "./chunk-RNBEDQHF.js";
|
|
11
|
-
import {
|
|
12
|
-
subWallet
|
|
13
|
-
} from "./chunk-JWFF4AAL.js";
|
|
14
|
-
import {
|
|
15
|
-
safepalWallet
|
|
16
|
-
} from "./chunk-NT2HYJKW.js";
|
|
17
11
|
import {
|
|
18
12
|
talismanWallet
|
|
19
13
|
} from "./chunk-DRO6WYMM.js";
|
|
20
14
|
import {
|
|
21
15
|
tokenPocketWallet
|
|
22
16
|
} from "./chunk-2L43XSW3.js";
|
|
17
|
+
import {
|
|
18
|
+
tahoWallet
|
|
19
|
+
} from "./chunk-ZZZRUXZE.js";
|
|
20
|
+
import {
|
|
21
|
+
subWallet
|
|
22
|
+
} from "./chunk-JWFF4AAL.js";
|
|
23
23
|
import {
|
|
24
24
|
tokenaryWallet
|
|
25
25
|
} from "./chunk-D6AOOO5F.js";
|
|
26
|
-
import {
|
|
27
|
-
trustWallet
|
|
28
|
-
} from "./chunk-VYBAYMP3.js";
|
|
29
26
|
import {
|
|
30
27
|
uniswapWallet
|
|
31
28
|
} from "./chunk-LH7BMNFZ.js";
|
|
29
|
+
import {
|
|
30
|
+
trustWallet
|
|
31
|
+
} from "./chunk-VYBAYMP3.js";
|
|
32
32
|
import {
|
|
33
33
|
walletConnectWallet
|
|
34
34
|
} from "./chunk-NP5QGWNL.js";
|
|
35
35
|
import {
|
|
36
36
|
phantomWallet
|
|
37
37
|
} from "./chunk-362NXNTM.js";
|
|
38
|
-
import {
|
|
39
|
-
rabbyWallet
|
|
40
|
-
} from "./chunk-BBOM42DL.js";
|
|
41
38
|
import {
|
|
42
39
|
rainbowWallet
|
|
43
40
|
} from "./chunk-2KUBG3S6.js";
|
|
41
|
+
import {
|
|
42
|
+
rabbyWallet
|
|
43
|
+
} from "./chunk-BBOM42DL.js";
|
|
44
44
|
import {
|
|
45
45
|
ramperWallet
|
|
46
46
|
} from "./chunk-BYXPFMI7.js";
|
|
47
|
-
import {
|
|
48
|
-
safeWallet
|
|
49
|
-
} from "./chunk-BQQQL6UD.js";
|
|
50
47
|
import {
|
|
51
48
|
roninWallet
|
|
52
49
|
} from "./chunk-NWIQNBJU.js";
|
|
@@ -54,8 +51,11 @@ import {
|
|
|
54
51
|
safeheronWallet
|
|
55
52
|
} from "./chunk-RZIO5TFF.js";
|
|
56
53
|
import {
|
|
57
|
-
|
|
58
|
-
} from "./chunk-
|
|
54
|
+
safeWallet
|
|
55
|
+
} from "./chunk-BQQQL6UD.js";
|
|
56
|
+
import {
|
|
57
|
+
safepalWallet
|
|
58
|
+
} from "./chunk-NT2HYJKW.js";
|
|
59
59
|
import {
|
|
60
60
|
ledgerWallet
|
|
61
61
|
} from "./chunk-BRBKM4PW.js";
|
|
@@ -68,6 +68,9 @@ import {
|
|
|
68
68
|
import {
|
|
69
69
|
oktoWallet
|
|
70
70
|
} from "./chunk-ADIXAKUL.js";
|
|
71
|
+
import {
|
|
72
|
+
omniWallet
|
|
73
|
+
} from "./chunk-7CUY5G6R.js";
|
|
71
74
|
import {
|
|
72
75
|
okxWallet
|
|
73
76
|
} from "./chunk-TDIEHTMB.js";
|
|
@@ -78,11 +81,8 @@ import {
|
|
|
78
81
|
oneKeyWallet
|
|
79
82
|
} from "./chunk-SHBUZ7U7.js";
|
|
80
83
|
import {
|
|
81
|
-
|
|
82
|
-
} from "./chunk-
|
|
83
|
-
import {
|
|
84
|
-
enkryptWallet
|
|
85
|
-
} from "./chunk-OLOIXTYS.js";
|
|
84
|
+
coinbaseWallet
|
|
85
|
+
} from "./chunk-H4IRCEZN.js";
|
|
86
86
|
import {
|
|
87
87
|
foxWallet
|
|
88
88
|
} from "./chunk-7QONTUXT.js";
|
|
@@ -95,12 +95,12 @@ import {
|
|
|
95
95
|
import {
|
|
96
96
|
imTokenWallet
|
|
97
97
|
} from "./chunk-COZ7MIQS.js";
|
|
98
|
-
import {
|
|
99
|
-
kresusWallet
|
|
100
|
-
} from "./chunk-MJXPRJZT.js";
|
|
101
98
|
import {
|
|
102
99
|
injectedWallet
|
|
103
100
|
} from "./chunk-XWUJE7MW.js";
|
|
101
|
+
import {
|
|
102
|
+
kresusWallet
|
|
103
|
+
} from "./chunk-MJXPRJZT.js";
|
|
104
104
|
import {
|
|
105
105
|
clvWallet
|
|
106
106
|
} from "./chunk-M3NZ6R2E.js";
|
|
@@ -110,9 +110,6 @@ import {
|
|
|
110
110
|
import {
|
|
111
111
|
coin98Wallet
|
|
112
112
|
} from "./chunk-OBOVHCEI.js";
|
|
113
|
-
import {
|
|
114
|
-
coinbaseWallet
|
|
115
|
-
} from "./chunk-H4IRCEZN.js";
|
|
116
113
|
import {
|
|
117
114
|
dawnWallet
|
|
118
115
|
} from "./chunk-HWPKCIBE.js";
|
|
@@ -122,21 +119,24 @@ import {
|
|
|
122
119
|
import {
|
|
123
120
|
desigWallet
|
|
124
121
|
} from "./chunk-OPAZMNA7.js";
|
|
122
|
+
import {
|
|
123
|
+
enkryptWallet
|
|
124
|
+
} from "./chunk-OLOIXTYS.js";
|
|
125
125
|
import {
|
|
126
126
|
frameWallet
|
|
127
127
|
} from "./chunk-IFON7E6U.js";
|
|
128
|
-
import {
|
|
129
|
-
bifrostWallet
|
|
130
|
-
} from "./chunk-A5N6B5UW.js";
|
|
131
128
|
import {
|
|
132
129
|
argentWallet
|
|
133
130
|
} from "./chunk-WSQ2YJO2.js";
|
|
134
|
-
import {
|
|
135
|
-
bitgetWallet
|
|
136
|
-
} from "./chunk-TDAVGY5F.js";
|
|
137
131
|
import {
|
|
138
132
|
bitskiWallet
|
|
139
133
|
} from "./chunk-HS3C7OQV.js";
|
|
134
|
+
import {
|
|
135
|
+
bifrostWallet
|
|
136
|
+
} from "./chunk-A5N6B5UW.js";
|
|
137
|
+
import {
|
|
138
|
+
bitgetWallet
|
|
139
|
+
} from "./chunk-TDAVGY5F.js";
|
|
140
140
|
import {
|
|
141
141
|
bitverseWallet
|
|
142
142
|
} from "./chunk-3HZRRP4Y.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@funkit/connect",
|
|
3
|
-
"version": "6.14.
|
|
3
|
+
"version": "6.14.17",
|
|
4
4
|
"description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -101,11 +101,11 @@
|
|
|
101
101
|
"use-debounce": "^10.0.5",
|
|
102
102
|
"uuid": "^9.0.1",
|
|
103
103
|
"@funkit/api-base": "1.12.11",
|
|
104
|
-
"@funkit/utils": "1.1.14",
|
|
105
104
|
"@funkit/chains": "0.4.2",
|
|
105
|
+
"@funkit/fun-relay": "2.1.5",
|
|
106
106
|
"@funkit/core": "2.3.56",
|
|
107
107
|
"@funkit/wagmi-tools": "3.0.79",
|
|
108
|
-
"@funkit/
|
|
108
|
+
"@funkit/utils": "1.1.14"
|
|
109
109
|
},
|
|
110
110
|
"repository": {
|
|
111
111
|
"type": "git",
|