@funkit/connect 1.4.0 → 1.4.1
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 +11 -0
- package/dist/index.js +5 -4
- 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/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 +46 -46
- 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 +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @funkit/connect
|
|
2
2
|
|
|
3
|
+
## 1.4.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 441cd2b: refactor: update dev keys
|
|
8
|
+
- 785dfe9: fix: luck token image
|
|
9
|
+
- Updated dependencies [f27a79c]
|
|
10
|
+
- @funkit/api-base@0.0.6
|
|
11
|
+
- @funkit/core@1.0.20
|
|
12
|
+
- @funkit/wagmi-tools@2.0.5
|
|
13
|
+
|
|
3
14
|
## 1.4.0
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|
package/dist/index.js
CHANGED
|
@@ -192,7 +192,8 @@ import { datadogLogs } from "@datadog/browser-logs";
|
|
|
192
192
|
var DDOG_CLIENT_TOKEN = "pub4f86c6be8c792cb48dc156a8c17d9a47";
|
|
193
193
|
var FUN_DEV_API_KEYS = [
|
|
194
194
|
"hnHevQR0y394nBprGrvNx4HgoZHUwMet5mXTOBhf",
|
|
195
|
-
"MYny3w7xJh6PRlRgkJ9604sHouY2MTke6lCPpSHq"
|
|
195
|
+
"MYny3w7xJh6PRlRgkJ9604sHouY2MTke6lCPpSHq",
|
|
196
|
+
"Z9SZaOwpmE40KX61mUKWm5hrpGh7WHVkaTvQJpQk"
|
|
196
197
|
];
|
|
197
198
|
function setDdogEnv(environment) {
|
|
198
199
|
datadogLogs.setGlobalContextProperty("env", environment);
|
|
@@ -367,7 +368,7 @@ var flagConfig = {
|
|
|
367
368
|
{
|
|
368
369
|
key: "apiKey",
|
|
369
370
|
type: "isAnyOf",
|
|
370
|
-
values: ["
|
|
371
|
+
values: ["Z9SZaOwpmE40KX61mUKWm5hrpGh7WHVkaTvQJpQk"]
|
|
371
372
|
}
|
|
372
373
|
],
|
|
373
374
|
value: true
|
|
@@ -4207,7 +4208,7 @@ var ASSET_LOGO_SRCS = {
|
|
|
4207
4208
|
WEETH: "https://assets.coingecko.com/coins/images/33033/large/weETH.png?1701438396",
|
|
4208
4209
|
GMX: "https://raw.githubusercontent.com/Uniswap/assets/master/blockchains/arbitrum/assets/0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a/logo.png",
|
|
4209
4210
|
TYBG: "https://assets.coingecko.com/coins/images/34563/large/tybg.png?1705400778",
|
|
4210
|
-
LUCK: "https://
|
|
4211
|
+
LUCK: "https://s3.us-west-2.amazonaws.com/sdk-cdn.fun.xyz/images/luck.jpg",
|
|
4211
4212
|
WSTETH: "https://assets.coingecko.com/coins/images/18834/large/wstETH.png?1696518295",
|
|
4212
4213
|
WETH: "https://www.cryptocompare.com/media/38553079/weth.png",
|
|
4213
4214
|
MNT: "https://img.cryptorank.io/coins/mantle1681720399218.png",
|
|
@@ -17294,7 +17295,7 @@ function setFunkitConnectVersion({ version }) {
|
|
|
17294
17295
|
localStorage.setItem(storageKey6, version);
|
|
17295
17296
|
}
|
|
17296
17297
|
function getCurrentSdkVersion() {
|
|
17297
|
-
return "1.4.
|
|
17298
|
+
return "1.4.1";
|
|
17298
17299
|
}
|
|
17299
17300
|
function useFingerprint() {
|
|
17300
17301
|
const fingerprint = useCallback33(() => {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
bifrostWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-PJRUHFBT.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-ZDU3JFGR.js";
|
|
7
6
|
import "../chunk-F3VCNZXS.js";
|
|
7
|
+
import "../chunk-ZDU3JFGR.js";
|
|
8
8
|
export {
|
|
9
9
|
bifrostWallet
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
bitgetWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-3R3RNCGE.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-ZDU3JFGR.js";
|
|
7
6
|
import "../chunk-F3VCNZXS.js";
|
|
7
|
+
import "../chunk-ZDU3JFGR.js";
|
|
8
8
|
export {
|
|
9
9
|
bitgetWallet
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
frontierWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-OXWTS7HX.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-ZDU3JFGR.js";
|
|
7
6
|
import "../chunk-F3VCNZXS.js";
|
|
7
|
+
import "../chunk-ZDU3JFGR.js";
|
|
8
8
|
export {
|
|
9
9
|
frontierWallet
|
|
10
10
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
gateWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-S2IWMXKX.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-ZDU3JFGR.js";
|
|
7
6
|
import "../chunk-F3VCNZXS.js";
|
|
7
|
+
import "../chunk-ZDU3JFGR.js";
|
|
8
8
|
export {
|
|
9
9
|
gateWallet
|
|
10
10
|
};
|
|
@@ -1,73 +1,70 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
omniWallet
|
|
4
|
-
} from "./chunk-SVN7OEQR.js";
|
|
5
2
|
import {
|
|
6
3
|
zerionWallet
|
|
7
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-OPO2D6GL.js";
|
|
8
5
|
import {
|
|
9
|
-
|
|
10
|
-
} from "./chunk-
|
|
6
|
+
mewWallet
|
|
7
|
+
} from "./chunk-ZCSUP7CX.js";
|
|
8
|
+
import {
|
|
9
|
+
talismanWallet
|
|
10
|
+
} from "./chunk-R2GYJ376.js";
|
|
11
11
|
import {
|
|
12
12
|
tokenPocketWallet
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-MOAWRDEM.js";
|
|
14
|
+
import {
|
|
15
|
+
tokenaryWallet
|
|
16
|
+
} from "./chunk-MD5OPFAT.js";
|
|
14
17
|
import {
|
|
15
18
|
trustWallet
|
|
16
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-MFS6NY6T.js";
|
|
17
20
|
import {
|
|
18
21
|
uniswapWallet
|
|
19
22
|
} from "./chunk-XRSY4JVH.js";
|
|
20
23
|
import {
|
|
21
|
-
|
|
22
|
-
} from "./chunk-
|
|
24
|
+
walletConnectWallet
|
|
25
|
+
} from "./chunk-ASPRR7T3.js";
|
|
23
26
|
import {
|
|
24
27
|
xdefiWallet
|
|
25
28
|
} from "./chunk-JNZ3EYC7.js";
|
|
26
|
-
import {
|
|
27
|
-
walletConnectWallet
|
|
28
|
-
} from "./chunk-ASPRR7T3.js";
|
|
29
29
|
import {
|
|
30
30
|
zealWallet
|
|
31
31
|
} from "./chunk-Z5QFIFDP.js";
|
|
32
|
-
import {
|
|
33
|
-
rainbowWallet
|
|
34
|
-
} from "./chunk-EXN2ODSI.js";
|
|
35
32
|
import {
|
|
36
33
|
ramperWallet
|
|
37
34
|
} from "./chunk-XEZPRJPV.js";
|
|
38
35
|
import {
|
|
39
36
|
roninWallet
|
|
40
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-NK3DYIAB.js";
|
|
41
38
|
import {
|
|
42
39
|
safeWallet
|
|
43
40
|
} from "./chunk-D3DCQ72J.js";
|
|
44
41
|
import {
|
|
45
42
|
safeheronWallet
|
|
46
43
|
} from "./chunk-FQDX6QIP.js";
|
|
44
|
+
import {
|
|
45
|
+
metaMaskWallet
|
|
46
|
+
} from "./chunk-3F5GNHAG.js";
|
|
47
47
|
import {
|
|
48
48
|
safepalWallet
|
|
49
|
-
} from "./chunk-
|
|
49
|
+
} from "./chunk-XB2GFXBL.js";
|
|
50
50
|
import {
|
|
51
51
|
subWallet
|
|
52
|
-
} from "./chunk-
|
|
52
|
+
} from "./chunk-5L2OLU3J.js";
|
|
53
53
|
import {
|
|
54
|
-
|
|
55
|
-
} from "./chunk-
|
|
56
|
-
import {
|
|
57
|
-
metaMaskWallet
|
|
58
|
-
} from "./chunk-TUK3HNKY.js";
|
|
54
|
+
tahoWallet
|
|
55
|
+
} from "./chunk-PILSRRPJ.js";
|
|
59
56
|
import {
|
|
60
57
|
oktoWallet
|
|
61
58
|
} from "./chunk-WKHTUEF5.js";
|
|
62
59
|
import {
|
|
63
|
-
|
|
64
|
-
} from "./chunk-
|
|
60
|
+
okxWallet
|
|
61
|
+
} from "./chunk-XUXFYTCV.js";
|
|
62
|
+
import {
|
|
63
|
+
omniWallet
|
|
64
|
+
} from "./chunk-SVN7OEQR.js";
|
|
65
65
|
import {
|
|
66
66
|
oneInchWallet
|
|
67
67
|
} from "./chunk-LCPIZUR3.js";
|
|
68
|
-
import {
|
|
69
|
-
okxWallet
|
|
70
|
-
} from "./chunk-5ZGE5SN5.js";
|
|
71
68
|
import {
|
|
72
69
|
oneKeyWallet
|
|
73
70
|
} from "./chunk-QS2J6MWB.js";
|
|
@@ -78,17 +75,17 @@ import {
|
|
|
78
75
|
rabbyWallet
|
|
79
76
|
} from "./chunk-5SIHQ5GA.js";
|
|
80
77
|
import {
|
|
81
|
-
|
|
82
|
-
} from "./chunk-
|
|
78
|
+
rainbowWallet
|
|
79
|
+
} from "./chunk-WH7S23VZ.js";
|
|
83
80
|
import {
|
|
84
81
|
frameWallet
|
|
85
82
|
} from "./chunk-HXGBE5AH.js";
|
|
86
|
-
import {
|
|
87
|
-
bitverseWallet
|
|
88
|
-
} from "./chunk-NL4I7WOT.js";
|
|
89
83
|
import {
|
|
90
84
|
gateWallet
|
|
91
|
-
} from "./chunk-
|
|
85
|
+
} from "./chunk-S2IWMXKX.js";
|
|
86
|
+
import {
|
|
87
|
+
frontierWallet
|
|
88
|
+
} from "./chunk-OXWTS7HX.js";
|
|
92
89
|
import {
|
|
93
90
|
imTokenWallet
|
|
94
91
|
} from "./chunk-5MVV7OVS.js";
|
|
@@ -101,18 +98,21 @@ import {
|
|
|
101
98
|
import {
|
|
102
99
|
ledgerWallet
|
|
103
100
|
} from "./chunk-Y6VY6E3L.js";
|
|
101
|
+
import {
|
|
102
|
+
braveWallet
|
|
103
|
+
} from "./chunk-KJWMF6GZ.js";
|
|
104
104
|
import {
|
|
105
105
|
clvWallet
|
|
106
|
-
} from "./chunk-
|
|
106
|
+
} from "./chunk-2DWBVWFI.js";
|
|
107
107
|
import {
|
|
108
108
|
coin98Wallet
|
|
109
|
-
} from "./chunk-
|
|
109
|
+
} from "./chunk-R5GNFRXW.js";
|
|
110
110
|
import {
|
|
111
111
|
coinbaseWallet
|
|
112
112
|
} from "./chunk-O77H3VWW.js";
|
|
113
113
|
import {
|
|
114
114
|
coreWallet
|
|
115
|
-
} from "./chunk-
|
|
115
|
+
} from "./chunk-OMKARG6Y.js";
|
|
116
116
|
import {
|
|
117
117
|
dawnWallet
|
|
118
118
|
} from "./chunk-QUFNIKMV.js";
|
|
@@ -121,7 +121,7 @@ import {
|
|
|
121
121
|
} from "./chunk-P4C7ZHIS.js";
|
|
122
122
|
import {
|
|
123
123
|
foxWallet
|
|
124
|
-
} from "./chunk-
|
|
124
|
+
} from "./chunk-M4SPCKW4.js";
|
|
125
125
|
import {
|
|
126
126
|
enkryptWallet
|
|
127
127
|
} from "./chunk-SJWHYD45.js";
|
|
@@ -130,25 +130,25 @@ import {
|
|
|
130
130
|
} from "./chunk-NZ5G23JP.js";
|
|
131
131
|
import {
|
|
132
132
|
bifrostWallet
|
|
133
|
-
} from "./chunk-
|
|
133
|
+
} from "./chunk-PJRUHFBT.js";
|
|
134
134
|
import {
|
|
135
135
|
bitgetWallet
|
|
136
|
-
} from "./chunk-
|
|
136
|
+
} from "./chunk-3R3RNCGE.js";
|
|
137
137
|
import {
|
|
138
138
|
bitskiWallet
|
|
139
139
|
} from "./chunk-IMZRCMZR.js";
|
|
140
|
+
import {
|
|
141
|
+
bitverseWallet
|
|
142
|
+
} from "./chunk-NL4I7WOT.js";
|
|
140
143
|
import {
|
|
141
144
|
bloomWallet
|
|
142
145
|
} from "./chunk-NTGZF5BY.js";
|
|
143
146
|
import "./chunk-ZOLACFTK.js";
|
|
144
|
-
import {
|
|
145
|
-
braveWallet
|
|
146
|
-
} from "./chunk-KJWMF6GZ.js";
|
|
147
147
|
import {
|
|
148
148
|
bybitWallet
|
|
149
|
-
} from "./chunk-
|
|
150
|
-
import "./chunk-ZDU3JFGR.js";
|
|
149
|
+
} from "./chunk-BCXBFAL4.js";
|
|
151
150
|
import "./chunk-F3VCNZXS.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-3F5GNHAG.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-ZDU3JFGR.js";
|
|
7
6
|
import "../chunk-F3VCNZXS.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-XUXFYTCV.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-ZDU3JFGR.js";
|
|
7
6
|
import "../chunk-F3VCNZXS.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-WH7S23VZ.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-ZDU3JFGR.js";
|
|
7
6
|
import "../chunk-F3VCNZXS.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-MOAWRDEM.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-ZDU3JFGR.js";
|
|
7
6
|
import "../chunk-F3VCNZXS.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-MFS6NY6T.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-ZDU3JFGR.js";
|
|
7
6
|
import "../chunk-F3VCNZXS.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-OPO2D6GL.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-ZDU3JFGR.js";
|
|
7
6
|
import "../chunk-F3VCNZXS.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.4.
|
|
3
|
+
"version": "1.4.1",
|
|
4
4
|
"description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -77,9 +77,9 @@
|
|
|
77
77
|
"react-remove-scroll": "2.5.7",
|
|
78
78
|
"ua-parser-js": "^1.0.37",
|
|
79
79
|
"uuid": "^9.0.1",
|
|
80
|
-
"@funkit/api-base": "0.0.
|
|
81
|
-
"@funkit/
|
|
82
|
-
"@funkit/
|
|
80
|
+
"@funkit/api-base": "0.0.6",
|
|
81
|
+
"@funkit/core": "1.0.20",
|
|
82
|
+
"@funkit/wagmi-tools": "2.0.5"
|
|
83
83
|
},
|
|
84
84
|
"repository": {
|
|
85
85
|
"type": "git",
|