@funkit/connect 1.0.19 → 1.0.21
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 +23 -0
- package/dist/{chunk-AF763GD5.js → chunk-AKTCSKQA.js} +3 -1
- package/dist/{chunk-I4LVVIYS.js → chunk-W67MRJ5R.js} +3 -1
- package/dist/components/FunAssetAvatar/FunAssetAvatar.d.ts +3 -2
- package/dist/components/FunConnectOptions/FunConnectOptions.d.ts +2 -1
- package/dist/components/FunConnectOptions/FunFarcasterConnectingStep.d.ts +8 -0
- package/dist/components/FunConnectOptions/FunSignInStep.d.ts +2 -1
- package/dist/components/FunPoweredTagline/FunPoweredTagline.d.ts +2 -0
- package/dist/components/FunkitProvider/FunkitCheckoutContext.d.ts +2 -0
- package/dist/components/FunkitProvider/FunkitConfigContext.d.ts +7 -6
- package/dist/components/FunkitProvider/FunkitWeb2Provider.d.ts +27 -3
- package/dist/components/Icons/SocialMediaIcons.d.ts +1 -0
- package/dist/consts/assets.d.ts +0 -26
- package/dist/consts/funkit.d.ts +1 -0
- package/dist/consts/quote.d.ts +11 -1
- package/dist/farcaster-24TGVAI4.js +6 -0
- package/dist/hooks/useFunListeners.d.ts +1 -0
- package/dist/index.css +10 -10
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2021 -1745
- package/dist/themes/baseTheme.d.ts +1 -0
- package/dist/themes/darkTheme.d.ts +1 -1
- package/dist/themes/darkTheme.js +1 -1
- package/dist/themes/lightTheme.d.ts +1 -1
- package/dist/themes/lightTheme.js +1 -1
- package/dist/utils/mobile.d.ts +1 -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-VWZEDVW6.js +27 -0
- package/dist/wallets/walletConnectors/chunk-YC7XNS7C.js +98 -0
- package/dist/wallets/walletConnectors/clvWallet/clvWallet.js +2 -2
- package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +2 -2
- package/dist/wallets/walletConnectors/coinbaseWallet/coinbaseWallet.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 +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 +4 -4
- package/dist/wallets/walletConnectors/{chunk-VSZ7PAHS.js → chunk-2PC2XXUH.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-2B3SPBRY.js → chunk-75A2U7T7.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-RCWZ4KBR.js → chunk-FDIIMYTB.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-HD5VYJNC.js → chunk-N3VZE65M.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-CRSPGVPF.js → chunk-OAEJQOAV.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-7KDOXASH.js → chunk-OR3PU2W4.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-KGTZ6E7L.js → chunk-SL4VH23R.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-XNNLZXHE.js → chunk-SQGFKNNZ.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-XRMAVTK7.js → chunk-X255T3C4.js} +4 -4
- package/dist/wallets/walletConnectors/{chunk-DV3SI63E.js → chunk-XSSD5ZVD.js} +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AccentColor, AccentColorPreset, ThemeOptions } from './baseTheme';
|
|
2
2
|
export declare const darkTheme: {
|
|
3
|
-
({ accentColor, accentColorForeground, customColors, ...baseThemeOptions }?: ThemeOptions): {
|
|
3
|
+
({ accentColor, accentColorForeground, customColors, customShadows, ...baseThemeOptions }?: ThemeOptions): {
|
|
4
4
|
colors: {
|
|
5
5
|
accentColor: string;
|
|
6
6
|
accentColorForeground: string;
|
package/dist/themes/darkTheme.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AccentColor, AccentColorPreset, ThemeOptions } from './baseTheme';
|
|
2
2
|
export declare const lightTheme: {
|
|
3
|
-
({ accentColor, accentColorForeground, customColors, ...baseThemeOptions }?: ThemeOptions): {
|
|
3
|
+
({ accentColor, accentColorForeground, customColors, customShadows, ...baseThemeOptions }?: ThemeOptions): {
|
|
4
4
|
colors: {
|
|
5
5
|
accentColor: string;
|
|
6
6
|
accentColorForeground: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function redirectInMobile(mobileUri: string): void;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
bifrostWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-SL4VH23R.js";
|
|
5
|
+
import "../chunk-QII6PY2D.js";
|
|
5
6
|
import "../chunk-ZOLACFTK.js";
|
|
6
7
|
import "../chunk-ZDU3JFGR.js";
|
|
7
|
-
import "../chunk-QII6PY2D.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-75A2U7T7.js";
|
|
5
|
+
import "../chunk-QII6PY2D.js";
|
|
5
6
|
import "../chunk-ZOLACFTK.js";
|
|
6
7
|
import "../chunk-ZDU3JFGR.js";
|
|
7
|
-
import "../chunk-QII6PY2D.js";
|
|
8
8
|
export {
|
|
9
9
|
bitgetWallet
|
|
10
10
|
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import {
|
|
3
|
+
getInjectedConnector,
|
|
4
|
+
hasInjectedProvider
|
|
5
|
+
} from "./chunk-QII6PY2D.js";
|
|
6
|
+
import {
|
|
7
|
+
isIOS
|
|
8
|
+
} from "./chunk-ZOLACFTK.js";
|
|
9
|
+
|
|
10
|
+
// src/wallets/walletConnectors/dawnWallet/dawnWallet.ts
|
|
11
|
+
var dawnWallet = () => ({
|
|
12
|
+
id: "dawn",
|
|
13
|
+
name: "Dawn",
|
|
14
|
+
iconUrl: async () => (await import("./dawnWallet-MN7QMTX3.js")).default,
|
|
15
|
+
iconBackground: "#000000",
|
|
16
|
+
installed: hasInjectedProvider({ flag: "isDawn" }),
|
|
17
|
+
hidden: () => !isIOS(),
|
|
18
|
+
downloadUrls: {
|
|
19
|
+
ios: "https://apps.apple.com/us/app/dawn-ethereum-wallet/id1673143782",
|
|
20
|
+
mobile: "https://dawnwallet.xyz"
|
|
21
|
+
},
|
|
22
|
+
createConnector: getInjectedConnector({ flag: "isDawn" })
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
export {
|
|
26
|
+
dawnWallet
|
|
27
|
+
};
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import {
|
|
3
|
+
hasInjectedProvider
|
|
4
|
+
} from "./chunk-QII6PY2D.js";
|
|
5
|
+
import {
|
|
6
|
+
isIOS
|
|
7
|
+
} from "./chunk-ZOLACFTK.js";
|
|
8
|
+
|
|
9
|
+
// src/wallets/walletConnectors/coinbaseWallet/coinbaseWallet.ts
|
|
10
|
+
import { createConnector } from "wagmi";
|
|
11
|
+
import { coinbaseWallet as coinbaseWagmiWallet } from "wagmi/connectors";
|
|
12
|
+
var coinbaseWallet = ({
|
|
13
|
+
appName,
|
|
14
|
+
appIcon
|
|
15
|
+
}) => {
|
|
16
|
+
const isCoinbaseWalletInjected = hasInjectedProvider({
|
|
17
|
+
flag: "isCoinbaseWallet"
|
|
18
|
+
});
|
|
19
|
+
const getUri = (uri) => uri;
|
|
20
|
+
const ios = isIOS();
|
|
21
|
+
return {
|
|
22
|
+
id: "coinbase",
|
|
23
|
+
name: "Coinbase Wallet",
|
|
24
|
+
shortName: "Coinbase",
|
|
25
|
+
rdns: "com.coinbase.wallet",
|
|
26
|
+
iconUrl: async () => (await import("./coinbaseWallet-2OUR5TUP.js")).default,
|
|
27
|
+
iconAccent: "#2c5ff6",
|
|
28
|
+
iconBackground: "#2c5ff6",
|
|
29
|
+
installed: isCoinbaseWalletInjected || void 0,
|
|
30
|
+
downloadUrls: {
|
|
31
|
+
android: "https://play.google.com/store/apps/details?id=org.toshi",
|
|
32
|
+
ios: "https://apps.apple.com/us/app/coinbase-wallet-store-crypto/id1278383455",
|
|
33
|
+
mobile: "https://coinbase.com/wallet/downloads",
|
|
34
|
+
qrCode: "https://coinbase-wallet.onelink.me/q5Sx/fdb9b250",
|
|
35
|
+
chrome: "https://chrome.google.com/webstore/detail/coinbase-wallet-extension/hnfanknocfeofbddgcijnmhnfnkdnaad",
|
|
36
|
+
browserExtension: "https://coinbase.com/wallet"
|
|
37
|
+
},
|
|
38
|
+
...ios ? {} : {
|
|
39
|
+
qrCode: {
|
|
40
|
+
getUri,
|
|
41
|
+
instructions: {
|
|
42
|
+
learnMoreUrl: "https://coinbase.com/wallet/articles/getting-started-mobile",
|
|
43
|
+
steps: [
|
|
44
|
+
{
|
|
45
|
+
description: "wallet_connectors.coinbase.qr_code.step1.description",
|
|
46
|
+
step: "install",
|
|
47
|
+
title: "wallet_connectors.coinbase.qr_code.step1.title"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
description: "wallet_connectors.coinbase.qr_code.step2.description",
|
|
51
|
+
step: "create",
|
|
52
|
+
title: "wallet_connectors.coinbase.qr_code.step2.title"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
description: "wallet_connectors.coinbase.qr_code.step3.description",
|
|
56
|
+
step: "scan",
|
|
57
|
+
title: "wallet_connectors.coinbase.qr_code.step3.title"
|
|
58
|
+
}
|
|
59
|
+
]
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
extension: {
|
|
63
|
+
instructions: {
|
|
64
|
+
learnMoreUrl: "https://coinbase.com/wallet/articles/getting-started-extension",
|
|
65
|
+
steps: [
|
|
66
|
+
{
|
|
67
|
+
description: "wallet_connectors.coinbase.extension.step1.description",
|
|
68
|
+
step: "install",
|
|
69
|
+
title: "wallet_connectors.coinbase.extension.step1.title"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
description: "wallet_connectors.coinbase.extension.step2.description",
|
|
73
|
+
step: "create",
|
|
74
|
+
title: "wallet_connectors.coinbase.extension.step2.title"
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
description: "wallet_connectors.coinbase.extension.step3.description",
|
|
78
|
+
step: "refresh",
|
|
79
|
+
title: "wallet_connectors.coinbase.extension.step3.title"
|
|
80
|
+
}
|
|
81
|
+
]
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
createConnector: (walletDetails) => createConnector((config) => ({
|
|
86
|
+
...coinbaseWagmiWallet({
|
|
87
|
+
appName,
|
|
88
|
+
appLogoUrl: appIcon,
|
|
89
|
+
headlessMode: true
|
|
90
|
+
})(config),
|
|
91
|
+
...walletDetails
|
|
92
|
+
}))
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
|
|
96
|
+
export {
|
|
97
|
+
coinbaseWallet
|
|
98
|
+
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
frontierWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-N3VZE65M.js";
|
|
5
|
+
import "../chunk-QII6PY2D.js";
|
|
5
6
|
import "../chunk-ZOLACFTK.js";
|
|
6
7
|
import "../chunk-ZDU3JFGR.js";
|
|
7
|
-
import "../chunk-QII6PY2D.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-2PC2XXUH.js";
|
|
5
|
+
import "../chunk-QII6PY2D.js";
|
|
5
6
|
import "../chunk-ZOLACFTK.js";
|
|
6
7
|
import "../chunk-ZDU3JFGR.js";
|
|
7
|
-
import "../chunk-QII6PY2D.js";
|
|
8
8
|
export {
|
|
9
9
|
gateWallet
|
|
10
10
|
};
|
|
@@ -1,25 +1,31 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
|
-
|
|
4
|
-
} from "./chunk-
|
|
3
|
+
zealWallet
|
|
4
|
+
} from "./chunk-DPXMP5KS.js";
|
|
5
5
|
import {
|
|
6
|
-
|
|
7
|
-
} from "./chunk-
|
|
6
|
+
zerionWallet
|
|
7
|
+
} from "./chunk-SQGFKNNZ.js";
|
|
8
8
|
import {
|
|
9
|
-
|
|
10
|
-
} from "./chunk-
|
|
9
|
+
xdefiWallet
|
|
10
|
+
} from "./chunk-L734HTUS.js";
|
|
11
11
|
import {
|
|
12
12
|
tahoWallet
|
|
13
13
|
} from "./chunk-H76YCX2M.js";
|
|
14
14
|
import {
|
|
15
|
-
|
|
16
|
-
} from "./chunk-
|
|
15
|
+
subWallet
|
|
16
|
+
} from "./chunk-2GAW2UBU.js";
|
|
17
17
|
import {
|
|
18
|
-
|
|
19
|
-
} from "./chunk-
|
|
18
|
+
tokenaryWallet
|
|
19
|
+
} from "./chunk-ENZLEAG2.js";
|
|
20
20
|
import {
|
|
21
21
|
trustWallet
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-OAEJQOAV.js";
|
|
23
|
+
import {
|
|
24
|
+
roninWallet
|
|
25
|
+
} from "./chunk-GW6EF4G2.js";
|
|
26
|
+
import {
|
|
27
|
+
talismanWallet
|
|
28
|
+
} from "./chunk-H273OTQA.js";
|
|
23
29
|
import {
|
|
24
30
|
uniswapWallet
|
|
25
31
|
} from "./chunk-XRSY4JVH.js";
|
|
@@ -27,128 +33,122 @@ import {
|
|
|
27
33
|
walletConnectWallet
|
|
28
34
|
} from "./chunk-ASPRR7T3.js";
|
|
29
35
|
import {
|
|
30
|
-
|
|
31
|
-
} from "./chunk-
|
|
36
|
+
okxWallet
|
|
37
|
+
} from "./chunk-XSSD5ZVD.js";
|
|
32
38
|
import {
|
|
33
|
-
|
|
34
|
-
} from "./chunk-
|
|
39
|
+
rainbowWallet
|
|
40
|
+
} from "./chunk-FDIIMYTB.js";
|
|
35
41
|
import {
|
|
36
|
-
|
|
37
|
-
} from "./chunk-
|
|
42
|
+
safepalWallet
|
|
43
|
+
} from "./chunk-RTW6PVQI.js";
|
|
38
44
|
import {
|
|
39
|
-
|
|
40
|
-
} from "./chunk-
|
|
45
|
+
safeheronWallet
|
|
46
|
+
} from "./chunk-63NPZXAL.js";
|
|
41
47
|
import {
|
|
42
48
|
ramperWallet
|
|
43
49
|
} from "./chunk-ZOL6ZMTJ.js";
|
|
44
50
|
import {
|
|
45
|
-
|
|
46
|
-
} from "./chunk-
|
|
51
|
+
phantomWallet
|
|
52
|
+
} from "./chunk-KGBLSE7L.js";
|
|
53
|
+
import {
|
|
54
|
+
tokenPocketWallet
|
|
55
|
+
} from "./chunk-OR3PU2W4.js";
|
|
47
56
|
import {
|
|
48
57
|
safeWallet
|
|
49
58
|
} from "./chunk-D3DCQ72J.js";
|
|
50
59
|
import {
|
|
51
|
-
|
|
52
|
-
} from "./chunk-
|
|
53
|
-
import {
|
|
54
|
-
safepalWallet
|
|
55
|
-
} from "./chunk-SYELB4QO.js";
|
|
56
|
-
import {
|
|
57
|
-
subWallet
|
|
58
|
-
} from "./chunk-ZBAQFL6G.js";
|
|
60
|
+
injectedWallet
|
|
61
|
+
} from "./chunk-KIHCNUU3.js";
|
|
59
62
|
import {
|
|
60
63
|
ledgerWallet
|
|
61
64
|
} from "./chunk-Y6VY6E3L.js";
|
|
62
|
-
import {
|
|
63
|
-
metaMaskWallet
|
|
64
|
-
} from "./chunk-3WZRNEZH.js";
|
|
65
|
-
import {
|
|
66
|
-
omniWallet
|
|
67
|
-
} from "./chunk-SVN7OEQR.js";
|
|
68
65
|
import {
|
|
69
66
|
oktoWallet
|
|
70
67
|
} from "./chunk-WKHTUEF5.js";
|
|
71
68
|
import {
|
|
72
|
-
|
|
73
|
-
} from "./chunk-
|
|
69
|
+
oneInchWallet
|
|
70
|
+
} from "./chunk-LCPIZUR3.js";
|
|
71
|
+
import {
|
|
72
|
+
mewWallet
|
|
73
|
+
} from "./chunk-PWYTDYBE.js";
|
|
74
74
|
import {
|
|
75
75
|
oneKeyWallet
|
|
76
76
|
} from "./chunk-4WOV4ITL.js";
|
|
77
77
|
import {
|
|
78
|
-
|
|
79
|
-
} from "./chunk-
|
|
78
|
+
rabbyWallet
|
|
79
|
+
} from "./chunk-XPEBP6XV.js";
|
|
80
80
|
import {
|
|
81
|
-
|
|
82
|
-
} from "./chunk-
|
|
81
|
+
omniWallet
|
|
82
|
+
} from "./chunk-SVN7OEQR.js";
|
|
83
|
+
import {
|
|
84
|
+
frameWallet
|
|
85
|
+
} from "./chunk-XXFJVY73.js";
|
|
83
86
|
import {
|
|
84
87
|
foxWallet
|
|
85
|
-
} from "./chunk-
|
|
88
|
+
} from "./chunk-OKWOB3DN.js";
|
|
86
89
|
import {
|
|
87
90
|
frontierWallet
|
|
88
|
-
} from "./chunk-
|
|
89
|
-
import {
|
|
90
|
-
frameWallet
|
|
91
|
-
} from "./chunk-XXFJVY73.js";
|
|
91
|
+
} from "./chunk-N3VZE65M.js";
|
|
92
92
|
import {
|
|
93
93
|
gateWallet
|
|
94
|
-
} from "./chunk-
|
|
95
|
-
import {
|
|
96
|
-
imTokenWallet
|
|
97
|
-
} from "./chunk-5MVV7OVS.js";
|
|
94
|
+
} from "./chunk-2PC2XXUH.js";
|
|
98
95
|
import {
|
|
99
96
|
kresusWallet
|
|
100
97
|
} from "./chunk-X6T3CICZ.js";
|
|
101
98
|
import {
|
|
102
|
-
|
|
103
|
-
} from "./chunk-
|
|
104
|
-
import {
|
|
105
|
-
bybitWallet
|
|
106
|
-
} from "./chunk-ZUAHWUEL.js";
|
|
107
|
-
import {
|
|
108
|
-
clvWallet
|
|
109
|
-
} from "./chunk-MIWCKFYE.js";
|
|
99
|
+
imTokenWallet
|
|
100
|
+
} from "./chunk-5MVV7OVS.js";
|
|
110
101
|
import {
|
|
111
|
-
|
|
112
|
-
} from "./chunk-
|
|
102
|
+
metaMaskWallet
|
|
103
|
+
} from "./chunk-X255T3C4.js";
|
|
113
104
|
import {
|
|
114
105
|
coin98Wallet
|
|
115
|
-
} from "./chunk-
|
|
106
|
+
} from "./chunk-Z2HIQYVN.js";
|
|
116
107
|
import {
|
|
117
|
-
|
|
118
|
-
} from "./chunk-
|
|
119
|
-
import {
|
|
120
|
-
dawnWallet
|
|
121
|
-
} from "./chunk-4XQDKOGF.js";
|
|
108
|
+
clvWallet
|
|
109
|
+
} from "./chunk-T6JVHES7.js";
|
|
122
110
|
import {
|
|
123
111
|
desigWallet
|
|
124
112
|
} from "./chunk-P4JLZ42R.js";
|
|
113
|
+
import {
|
|
114
|
+
braveWallet
|
|
115
|
+
} from "./chunk-ABYQAXUX.js";
|
|
125
116
|
import {
|
|
126
117
|
enkryptWallet
|
|
127
118
|
} from "./chunk-FLY7F4XA.js";
|
|
119
|
+
import {
|
|
120
|
+
dawnWallet
|
|
121
|
+
} from "./chunk-VWZEDVW6.js";
|
|
122
|
+
import {
|
|
123
|
+
coinbaseWallet
|
|
124
|
+
} from "./chunk-YC7XNS7C.js";
|
|
125
|
+
import {
|
|
126
|
+
coreWallet
|
|
127
|
+
} from "./chunk-IBWFKX7P.js";
|
|
128
|
+
import {
|
|
129
|
+
bitgetWallet
|
|
130
|
+
} from "./chunk-75A2U7T7.js";
|
|
128
131
|
import {
|
|
129
132
|
bifrostWallet
|
|
130
|
-
} from "./chunk-
|
|
133
|
+
} from "./chunk-SL4VH23R.js";
|
|
131
134
|
import {
|
|
132
135
|
argentWallet
|
|
133
136
|
} from "./chunk-NZ5G23JP.js";
|
|
134
|
-
import {
|
|
135
|
-
bitgetWallet
|
|
136
|
-
} from "./chunk-ZNXQ4V6G.js";
|
|
137
137
|
import {
|
|
138
138
|
bitskiWallet
|
|
139
139
|
} from "./chunk-C67TQJ6W.js";
|
|
140
140
|
import {
|
|
141
141
|
bitverseWallet
|
|
142
142
|
} from "./chunk-NL4I7WOT.js";
|
|
143
|
+
import {
|
|
144
|
+
bybitWallet
|
|
145
|
+
} from "./chunk-CUKVUCIP.js";
|
|
146
|
+
import "./chunk-QII6PY2D.js";
|
|
143
147
|
import {
|
|
144
148
|
bloomWallet
|
|
145
149
|
} from "./chunk-NTGZF5BY.js";
|
|
146
150
|
import "./chunk-ZOLACFTK.js";
|
|
147
151
|
import "./chunk-ZDU3JFGR.js";
|
|
148
|
-
import {
|
|
149
|
-
braveWallet
|
|
150
|
-
} from "./chunk-ABYQAXUX.js";
|
|
151
|
-
import "./chunk-QII6PY2D.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-X255T3C4.js";
|
|
5
|
+
import "../chunk-QII6PY2D.js";
|
|
5
6
|
import "../chunk-ZOLACFTK.js";
|
|
6
7
|
import "../chunk-ZDU3JFGR.js";
|
|
7
|
-
import "../chunk-QII6PY2D.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-XSSD5ZVD.js";
|
|
5
|
+
import "../chunk-QII6PY2D.js";
|
|
5
6
|
import "../chunk-ZOLACFTK.js";
|
|
6
7
|
import "../chunk-ZDU3JFGR.js";
|
|
7
|
-
import "../chunk-QII6PY2D.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-FDIIMYTB.js";
|
|
5
|
+
import "../chunk-QII6PY2D.js";
|
|
5
6
|
import "../chunk-ZOLACFTK.js";
|
|
6
7
|
import "../chunk-ZDU3JFGR.js";
|
|
7
|
-
import "../chunk-QII6PY2D.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-OR3PU2W4.js";
|
|
5
|
+
import "../chunk-QII6PY2D.js";
|
|
5
6
|
import "../chunk-ZOLACFTK.js";
|
|
6
7
|
import "../chunk-ZDU3JFGR.js";
|
|
7
|
-
import "../chunk-QII6PY2D.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-OAEJQOAV.js";
|
|
5
|
+
import "../chunk-QII6PY2D.js";
|
|
5
6
|
import "../chunk-ZOLACFTK.js";
|
|
6
7
|
import "../chunk-ZDU3JFGR.js";
|
|
7
|
-
import "../chunk-QII6PY2D.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-SQGFKNNZ.js";
|
|
5
|
+
import "../chunk-QII6PY2D.js";
|
|
5
6
|
import "../chunk-ZOLACFTK.js";
|
|
6
7
|
import "../chunk-ZDU3JFGR.js";
|
|
7
|
-
import "../chunk-QII6PY2D.js";
|
|
8
8
|
export {
|
|
9
9
|
zerionWallet
|
|
10
10
|
};
|