@funkit/connect 1.2.0 → 1.2.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 +9 -0
- package/dist/config/getDefaultConfig.d.ts +0 -2
- package/dist/index.js +19 -27
- package/dist/wallets/Wallet.d.ts +1 -2
- package/dist/wallets/connectorsForWallets.d.ts +1 -3
- 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/funkitConnectWallet/funkitConnectWallet.d.ts +1 -5
- package/dist/wallets/walletConnectors/funkitConnectWallet/funkitConnectWallet.js +2 -8
- package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +2 -2
- package/dist/wallets/walletConnectors/index.js +78 -78
- 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 +3 -3
- package/dist/wallets/walletConnectors/chunk-32KBKKGT.js +0 -182
- package/dist/wallets/walletConnectors/chunk-3CLNL7LR.js +0 -73
- package/dist/wallets/walletConnectors/chunk-7GGRZNT3.js +0 -96
- package/dist/wallets/walletConnectors/chunk-7YDZTPO4.js +0 -100
- package/dist/wallets/walletConnectors/chunk-CMXZK5RR.js +0 -94
- package/dist/wallets/walletConnectors/chunk-F4EJ42XO.js +0 -105
- package/dist/wallets/walletConnectors/chunk-FL2VIO76.js +0 -71
- package/dist/wallets/walletConnectors/chunk-IIJOJ6AD.js +0 -102
- package/dist/wallets/walletConnectors/chunk-KZFAL4RZ.js +0 -27
- package/dist/wallets/walletConnectors/chunk-LJRV5JY7.js +0 -95
- package/dist/wallets/walletConnectors/chunk-MSRKKVDE.js +0 -98
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @funkit/connect
|
|
2
2
|
|
|
3
|
+
## 1.2.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e61d948: feat: enhance token list support
|
|
8
|
+
- f17be01: refactor: better type coercion during checkout
|
|
9
|
+
- Updated dependencies [6e45553]
|
|
10
|
+
- @funkit/wagmi-tools@2.0.0
|
|
11
|
+
|
|
3
12
|
## 1.2.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
|
@@ -13,8 +13,6 @@ export interface CreateFunkitWagmiConfigParameters extends Omit<WagmiConfigParam
|
|
|
13
13
|
wallets?: WalletList;
|
|
14
14
|
projectId: string;
|
|
15
15
|
chains: Chain[] | [Chain, ...Chain[]];
|
|
16
|
-
funkitApiKey: string;
|
|
17
|
-
initialChainId: string | number;
|
|
18
16
|
}
|
|
19
17
|
export declare const createFunkitWagmiConfig: (rawWagmiConfig: CreateFunkitWagmiConfigParameters) => import("wagmi").Config;
|
|
20
18
|
/**
|
package/dist/index.js
CHANGED
|
@@ -2701,7 +2701,10 @@ function FunkitCheckoutProvider({ children }) {
|
|
|
2701
2701
|
config: {
|
|
2702
2702
|
...initSettings.config,
|
|
2703
2703
|
targetAsset: initSettings.config.targetAsset.toLowerCase(),
|
|
2704
|
-
|
|
2704
|
+
targetChain: initSettings.config.targetChain.toString(),
|
|
2705
|
+
targetAssetAmount: parseFloat(
|
|
2706
|
+
(initSettings.config.targetAssetAmount || 0).toString()
|
|
2707
|
+
) || 0
|
|
2705
2708
|
}
|
|
2706
2709
|
},
|
|
2707
2710
|
isFastForwarded
|
|
@@ -3875,7 +3878,10 @@ var ASSET_LOGO_SRCS = {
|
|
|
3875
3878
|
PENDLE: "https://assets.coingecko.com/coins/images/15069/large/Pendle_Logo_Normal-03.png?1696514728",
|
|
3876
3879
|
WEETH: "https://assets.coingecko.com/coins/images/33033/large/weETH.png?1701438396",
|
|
3877
3880
|
GMX: "https://raw.githubusercontent.com/Uniswap/assets/master/blockchains/arbitrum/assets/0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a/logo.png",
|
|
3878
|
-
TYBG: "https://assets.coingecko.com/coins/images/34563/large/tybg.png?1705400778"
|
|
3881
|
+
TYBG: "https://assets.coingecko.com/coins/images/34563/large/tybg.png?1705400778",
|
|
3882
|
+
LUCK: "https://pbs.twimg.com/profile_images/1798811045005516800/6UGU4Mjm_400x400.jpg",
|
|
3883
|
+
WSTETH: "https://assets.coingecko.com/coins/images/18834/large/wstETH.png?1696518295",
|
|
3884
|
+
WETH: "https://www.cryptocompare.com/media/38553079/weth.png"
|
|
3879
3885
|
};
|
|
3880
3886
|
|
|
3881
3887
|
// src/components/AsyncImage/AsyncImage.tsx
|
|
@@ -15274,8 +15280,10 @@ var FunkitWeb2Provider = ({
|
|
|
15274
15280
|
const funkitConnectWallet2 = wallets.find(
|
|
15275
15281
|
(wallet) => wallet.id === FUNKIT_CONNECT_WALLET_ID
|
|
15276
15282
|
);
|
|
15277
|
-
if (!funkitConnectWallet2)
|
|
15278
|
-
|
|
15283
|
+
if (!funkitConnectWallet2) {
|
|
15284
|
+
setLoginMethodAndCache(null);
|
|
15285
|
+
return false;
|
|
15286
|
+
}
|
|
15279
15287
|
logger.log("privyChainSwitch", { provider, chainId });
|
|
15280
15288
|
await provider.request({
|
|
15281
15289
|
method: "wallet_switchEthereumChain",
|
|
@@ -16198,9 +16206,7 @@ var connectorsForWallets = (walletList, {
|
|
|
16198
16206
|
appName,
|
|
16199
16207
|
appDescription,
|
|
16200
16208
|
appUrl,
|
|
16201
|
-
appIcon
|
|
16202
|
-
funkitApiKey,
|
|
16203
|
-
initialChainId
|
|
16209
|
+
appIcon
|
|
16204
16210
|
}) => {
|
|
16205
16211
|
let index = -1;
|
|
16206
16212
|
const connectors = [];
|
|
@@ -16226,9 +16232,7 @@ var connectorsForWallets = (walletList, {
|
|
|
16226
16232
|
walletConnectParameters: {
|
|
16227
16233
|
metadata: walletConnectMetaData,
|
|
16228
16234
|
...walletConnectParameters
|
|
16229
|
-
}
|
|
16230
|
-
funkitApiKey,
|
|
16231
|
-
initialChainId
|
|
16235
|
+
}
|
|
16232
16236
|
});
|
|
16233
16237
|
if ((wallet == null ? void 0 : wallet.iconAccent) && !isHexString(wallet == null ? void 0 : wallet.iconAccent)) {
|
|
16234
16238
|
throw new Error(
|
|
@@ -16765,10 +16769,7 @@ var walletConnectWallet = ({
|
|
|
16765
16769
|
// src/wallets/walletConnectors/funkitConnectWallet/funkitConnectWallet.ts
|
|
16766
16770
|
import { funkitWagmiConnectorWallet } from "@funkit/wagmi-tools";
|
|
16767
16771
|
import { createConnector as createConnector4 } from "wagmi";
|
|
16768
|
-
var funkitConnectWallet = ({
|
|
16769
|
-
funkitApiKey,
|
|
16770
|
-
initialChainId
|
|
16771
|
-
}) => {
|
|
16772
|
+
var funkitConnectWallet = () => {
|
|
16772
16773
|
return {
|
|
16773
16774
|
id: FUNKIT_CONNECT_WALLET_ID,
|
|
16774
16775
|
name: "FunkitConnect Wallet",
|
|
@@ -16779,10 +16780,7 @@ var funkitConnectWallet = ({
|
|
|
16779
16780
|
downloadUrls: void 0,
|
|
16780
16781
|
createConnector: (walletDetails) => {
|
|
16781
16782
|
return createConnector4((config) => ({
|
|
16782
|
-
...funkitWagmiConnectorWallet(
|
|
16783
|
-
funkitApiKey,
|
|
16784
|
-
chainId: initialChainId
|
|
16785
|
-
})(config),
|
|
16783
|
+
...funkitWagmiConnectorWallet()(config),
|
|
16786
16784
|
...walletDetails
|
|
16787
16785
|
}));
|
|
16788
16786
|
}
|
|
@@ -16824,8 +16822,6 @@ var getDefaultConfig = ({
|
|
|
16824
16822
|
appIcon,
|
|
16825
16823
|
wallets,
|
|
16826
16824
|
projectId,
|
|
16827
|
-
funkitApiKey,
|
|
16828
|
-
initialChainId,
|
|
16829
16825
|
...wagmiParameters
|
|
16830
16826
|
}) => {
|
|
16831
16827
|
const { transports, connectors, chains, ...restWagmiParameters } = wagmiParameters;
|
|
@@ -16859,9 +16855,7 @@ var getDefaultConfig = ({
|
|
|
16859
16855
|
appDescription,
|
|
16860
16856
|
appUrl,
|
|
16861
16857
|
appIcon,
|
|
16862
|
-
walletConnectParameters: { metadata }
|
|
16863
|
-
funkitApiKey,
|
|
16864
|
-
initialChainId: initialChainId.toString()
|
|
16858
|
+
walletConnectParameters: { metadata }
|
|
16865
16859
|
}
|
|
16866
16860
|
);
|
|
16867
16861
|
}
|
|
@@ -16992,7 +16986,7 @@ function setFunkitConnectVersion({ version }) {
|
|
|
16992
16986
|
localStorage.setItem(storageKey6, version);
|
|
16993
16987
|
}
|
|
16994
16988
|
function getCurrentSdkVersion() {
|
|
16995
|
-
return "1.2.
|
|
16989
|
+
return "1.2.1";
|
|
16996
16990
|
}
|
|
16997
16991
|
function useFingerprint() {
|
|
16998
16992
|
const fingerprint = useCallback33(() => {
|
|
@@ -17044,9 +17038,7 @@ function FunkitProvider(props) {
|
|
|
17044
17038
|
if (props.wagmiConfig && initialChainId) {
|
|
17045
17039
|
finalWagmiConfig = createFunkitWagmiConfig({
|
|
17046
17040
|
...props.wagmiConfig,
|
|
17047
|
-
appName: props.funkitConfig.appName
|
|
17048
|
-
funkitApiKey: props.funkitConfig.apiKey,
|
|
17049
|
-
initialChainId: initialChainId.toString()
|
|
17041
|
+
appName: props.funkitConfig.appName
|
|
17050
17042
|
});
|
|
17051
17043
|
}
|
|
17052
17044
|
let finalQueryClient;
|
package/dist/wallets/Wallet.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Connector, CreateConnectorFn } from 'wagmi';
|
|
2
2
|
import { WalletConnectParameters } from 'wagmi/connectors';
|
|
3
3
|
import { CoinbaseWalletOptions } from './walletConnectors/coinbaseWallet/coinbaseWallet';
|
|
4
|
-
import { FunkitConnectWalletConfig } from './walletConnectors/funkitConnectWallet/funkitConnectWallet';
|
|
5
4
|
import { WalletConnectWalletOptions } from './walletConnectors/walletConnectWallet/walletConnectWallet';
|
|
6
5
|
export type InstructionStepName = 'install' | 'create' | 'scan' | 'connect' | 'refresh';
|
|
7
6
|
type FunkitSdkConnector = {
|
|
@@ -73,7 +72,7 @@ export interface DefaultWalletOptions {
|
|
|
73
72
|
projectId: string;
|
|
74
73
|
walletConnectParameters?: FunkitConnectWalletConnectParameters;
|
|
75
74
|
}
|
|
76
|
-
export type CreateWalletFn = (createWalletParams: CoinbaseWalletOptions & Omit<WalletConnectWalletOptions, 'projectId'> & DefaultWalletOptions
|
|
75
|
+
export type CreateWalletFn = (createWalletParams: CoinbaseWalletOptions & Omit<WalletConnectWalletOptions, 'projectId'> & DefaultWalletOptions) => Wallet;
|
|
77
76
|
export type WalletList = {
|
|
78
77
|
groupName: string;
|
|
79
78
|
wallets: CreateWalletFn[];
|
|
@@ -7,7 +7,5 @@ export interface ConnectorsForWalletsParameters {
|
|
|
7
7
|
appUrl?: string;
|
|
8
8
|
appIcon?: string | undefined;
|
|
9
9
|
walletConnectParameters?: FunkitConnectWalletConnectParameters;
|
|
10
|
-
funkitApiKey: string;
|
|
11
|
-
initialChainId: string;
|
|
12
10
|
}
|
|
13
|
-
export declare const connectorsForWallets: (walletList: WalletList, { projectId, walletConnectParameters, appName, appDescription, appUrl, appIcon,
|
|
11
|
+
export declare const connectorsForWallets: (walletList: WalletList, { projectId, walletConnectParameters, appName, appDescription, appUrl, appIcon, }: ConnectorsForWalletsParameters) => CreateConnectorFn[];
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
bifrostWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-AFONKDII.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-F3VCNZXS.js";
|
|
7
6
|
import "../chunk-ZDU3JFGR.js";
|
|
7
|
+
import "../chunk-F3VCNZXS.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-OUQ3ZF2W.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-F3VCNZXS.js";
|
|
7
6
|
import "../chunk-ZDU3JFGR.js";
|
|
7
|
+
import "../chunk-F3VCNZXS.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-LOEDYNWO.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-F3VCNZXS.js";
|
|
7
6
|
import "../chunk-ZDU3JFGR.js";
|
|
7
|
+
import "../chunk-F3VCNZXS.js";
|
|
8
8
|
export {
|
|
9
9
|
frontierWallet
|
|
10
10
|
};
|
|
@@ -1,6 +1,2 @@
|
|
|
1
1
|
import { Wallet } from '../../Wallet';
|
|
2
|
-
export
|
|
3
|
-
funkitApiKey: string;
|
|
4
|
-
initialChainId: string;
|
|
5
|
-
}
|
|
6
|
-
export declare const funkitConnectWallet: ({ funkitApiKey, initialChainId, }: FunkitConnectWalletConfig) => Wallet;
|
|
2
|
+
export declare const funkitConnectWallet: () => Wallet;
|
|
@@ -32,10 +32,7 @@ var TERMINAL_CHECKOUT_STATES = [
|
|
|
32
32
|
];
|
|
33
33
|
|
|
34
34
|
// src/wallets/walletConnectors/funkitConnectWallet/funkitConnectWallet.ts
|
|
35
|
-
var funkitConnectWallet = ({
|
|
36
|
-
funkitApiKey,
|
|
37
|
-
initialChainId
|
|
38
|
-
}) => {
|
|
35
|
+
var funkitConnectWallet = () => {
|
|
39
36
|
return {
|
|
40
37
|
id: FUNKIT_CONNECT_WALLET_ID,
|
|
41
38
|
name: "FunkitConnect Wallet",
|
|
@@ -46,10 +43,7 @@ var funkitConnectWallet = ({
|
|
|
46
43
|
downloadUrls: void 0,
|
|
47
44
|
createConnector: (walletDetails) => {
|
|
48
45
|
return createConnector((config) => ({
|
|
49
|
-
...funkitWagmiConnectorWallet(
|
|
50
|
-
funkitApiKey,
|
|
51
|
-
chainId: initialChainId
|
|
52
|
-
})(config),
|
|
46
|
+
...funkitWagmiConnectorWallet()(config),
|
|
53
47
|
...walletDetails
|
|
54
48
|
}));
|
|
55
49
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
gateWallet
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-QGQISKXF.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-F3VCNZXS.js";
|
|
7
6
|
import "../chunk-ZDU3JFGR.js";
|
|
7
|
+
import "../chunk-F3VCNZXS.js";
|
|
8
8
|
export {
|
|
9
9
|
gateWallet
|
|
10
10
|
};
|
|
@@ -1,154 +1,154 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
xdefiWallet
|
|
4
|
-
} from "./chunk-JNZ3EYC7.js";
|
|
5
2
|
import {
|
|
6
3
|
zealWallet
|
|
7
4
|
} from "./chunk-Z5QFIFDP.js";
|
|
8
5
|
import {
|
|
9
|
-
|
|
10
|
-
} from "./chunk-
|
|
6
|
+
zerionWallet
|
|
7
|
+
} from "./chunk-G4DNQN67.js";
|
|
11
8
|
import {
|
|
12
|
-
|
|
13
|
-
} from "./chunk-
|
|
9
|
+
omniWallet
|
|
10
|
+
} from "./chunk-SVN7OEQR.js";
|
|
11
|
+
import {
|
|
12
|
+
kresusWallet
|
|
13
|
+
} from "./chunk-X6T3CICZ.js";
|
|
14
|
+
import {
|
|
15
|
+
coinbaseWallet
|
|
16
|
+
} from "./chunk-O77H3VWW.js";
|
|
14
17
|
import {
|
|
15
18
|
talismanWallet
|
|
16
19
|
} from "./chunk-R2GYJ376.js";
|
|
17
20
|
import {
|
|
18
|
-
|
|
19
|
-
} from "./chunk-
|
|
20
|
-
import {
|
|
21
|
-
tokenaryWallet
|
|
22
|
-
} from "./chunk-JRABHUUZ.js";
|
|
21
|
+
walletConnectWallet
|
|
22
|
+
} from "./chunk-ASPRR7T3.js";
|
|
23
23
|
import {
|
|
24
24
|
uniswapWallet
|
|
25
25
|
} from "./chunk-XRSY4JVH.js";
|
|
26
26
|
import {
|
|
27
|
-
|
|
28
|
-
} from "./chunk-
|
|
27
|
+
tokenaryWallet
|
|
28
|
+
} from "./chunk-JRABHUUZ.js";
|
|
29
29
|
import {
|
|
30
30
|
trustWallet
|
|
31
|
-
} from "./chunk-
|
|
32
|
-
import {
|
|
33
|
-
zerionWallet
|
|
34
|
-
} from "./chunk-OPO2D6GL.js";
|
|
31
|
+
} from "./chunk-BMHNXJZK.js";
|
|
35
32
|
import {
|
|
36
|
-
|
|
37
|
-
} from "./chunk-
|
|
33
|
+
xdefiWallet
|
|
34
|
+
} from "./chunk-JNZ3EYC7.js";
|
|
38
35
|
import {
|
|
39
|
-
|
|
40
|
-
} from "./chunk-
|
|
36
|
+
ramperWallet
|
|
37
|
+
} from "./chunk-XEZPRJPV.js";
|
|
41
38
|
import {
|
|
42
39
|
safeWallet
|
|
43
40
|
} from "./chunk-D3DCQ72J.js";
|
|
44
41
|
import {
|
|
45
|
-
|
|
46
|
-
} from "./chunk-
|
|
47
|
-
import {
|
|
48
|
-
rainbowWallet
|
|
49
|
-
} from "./chunk-WH7S23VZ.js";
|
|
42
|
+
safeheronWallet
|
|
43
|
+
} from "./chunk-FQDX6QIP.js";
|
|
50
44
|
import {
|
|
51
45
|
roninWallet
|
|
52
|
-
} from "./chunk-
|
|
46
|
+
} from "./chunk-CNTLU4ZV.js";
|
|
53
47
|
import {
|
|
54
|
-
|
|
55
|
-
} from "./chunk-
|
|
48
|
+
safepalWallet
|
|
49
|
+
} from "./chunk-PQSJXOGA.js";
|
|
50
|
+
import {
|
|
51
|
+
subWallet
|
|
52
|
+
} from "./chunk-WS4EM7AZ.js";
|
|
56
53
|
import {
|
|
57
54
|
tahoWallet
|
|
58
55
|
} from "./chunk-PILSRRPJ.js";
|
|
59
56
|
import {
|
|
60
|
-
|
|
61
|
-
} from "./chunk-
|
|
62
|
-
import {
|
|
63
|
-
kresusWallet
|
|
64
|
-
} from "./chunk-X6T3CICZ.js";
|
|
65
|
-
import {
|
|
66
|
-
okxWallet
|
|
67
|
-
} from "./chunk-XUXFYTCV.js";
|
|
57
|
+
tokenPocketWallet
|
|
58
|
+
} from "./chunk-UWU574XS.js";
|
|
68
59
|
import {
|
|
69
60
|
oktoWallet
|
|
70
61
|
} from "./chunk-WKHTUEF5.js";
|
|
71
62
|
import {
|
|
72
|
-
|
|
73
|
-
} from "./chunk-
|
|
63
|
+
mewWallet
|
|
64
|
+
} from "./chunk-ZCSUP7CX.js";
|
|
65
|
+
import {
|
|
66
|
+
okxWallet
|
|
67
|
+
} from "./chunk-5ZGE5SN5.js";
|
|
74
68
|
import {
|
|
75
69
|
oneInchWallet
|
|
76
70
|
} from "./chunk-LCPIZUR3.js";
|
|
77
|
-
import {
|
|
78
|
-
phantomWallet
|
|
79
|
-
} from "./chunk-4PTY6XNU.js";
|
|
80
71
|
import {
|
|
81
72
|
oneKeyWallet
|
|
82
73
|
} from "./chunk-QS2J6MWB.js";
|
|
83
74
|
import {
|
|
84
|
-
|
|
85
|
-
} from "./chunk-
|
|
75
|
+
phantomWallet
|
|
76
|
+
} from "./chunk-4PTY6XNU.js";
|
|
86
77
|
import {
|
|
87
|
-
|
|
88
|
-
} from "./chunk-
|
|
78
|
+
rabbyWallet
|
|
79
|
+
} from "./chunk-5SIHQ5GA.js";
|
|
89
80
|
import {
|
|
90
|
-
|
|
91
|
-
} from "./chunk-
|
|
81
|
+
rainbowWallet
|
|
82
|
+
} from "./chunk-EXN2ODSI.js";
|
|
92
83
|
import {
|
|
93
|
-
|
|
94
|
-
} from "./chunk-
|
|
84
|
+
gateWallet
|
|
85
|
+
} from "./chunk-QGQISKXF.js";
|
|
95
86
|
import {
|
|
96
87
|
imTokenWallet
|
|
97
88
|
} from "./chunk-5MVV7OVS.js";
|
|
89
|
+
import {
|
|
90
|
+
dawnWallet
|
|
91
|
+
} from "./chunk-QUFNIKMV.js";
|
|
92
|
+
import {
|
|
93
|
+
injectedWallet
|
|
94
|
+
} from "./chunk-GUJHPWTU.js";
|
|
98
95
|
import {
|
|
99
96
|
ledgerWallet
|
|
100
97
|
} from "./chunk-Y6VY6E3L.js";
|
|
101
98
|
import {
|
|
102
|
-
|
|
103
|
-
} from "./chunk-
|
|
104
|
-
import {
|
|
105
|
-
clvWallet
|
|
106
|
-
} from "./chunk-2DWBVWFI.js";
|
|
99
|
+
foxWallet
|
|
100
|
+
} from "./chunk-TKXMLZXG.js";
|
|
107
101
|
import {
|
|
108
|
-
|
|
109
|
-
} from "./chunk-
|
|
102
|
+
metaMaskWallet
|
|
103
|
+
} from "./chunk-TUK3HNKY.js";
|
|
110
104
|
import {
|
|
111
|
-
|
|
112
|
-
} from "./chunk-
|
|
105
|
+
bybitWallet
|
|
106
|
+
} from "./chunk-ZBQT5PV6.js";
|
|
113
107
|
import {
|
|
114
108
|
coin98Wallet
|
|
115
|
-
} from "./chunk-
|
|
109
|
+
} from "./chunk-3QXMJHL4.js";
|
|
116
110
|
import {
|
|
117
|
-
|
|
118
|
-
} from "./chunk-
|
|
119
|
-
import {
|
|
120
|
-
argentWallet
|
|
121
|
-
} from "./chunk-NZ5G23JP.js";
|
|
111
|
+
clvWallet
|
|
112
|
+
} from "./chunk-ND5YG63V.js";
|
|
122
113
|
import {
|
|
123
|
-
|
|
124
|
-
} from "./chunk-
|
|
114
|
+
coreWallet
|
|
115
|
+
} from "./chunk-32O7HVBJ.js";
|
|
125
116
|
import {
|
|
126
117
|
desigWallet
|
|
127
118
|
} from "./chunk-P4C7ZHIS.js";
|
|
128
119
|
import {
|
|
129
|
-
|
|
130
|
-
} from "./chunk-
|
|
120
|
+
enkryptWallet
|
|
121
|
+
} from "./chunk-SJWHYD45.js";
|
|
131
122
|
import {
|
|
132
|
-
|
|
133
|
-
} from "./chunk-
|
|
123
|
+
frameWallet
|
|
124
|
+
} from "./chunk-HXGBE5AH.js";
|
|
125
|
+
import {
|
|
126
|
+
frontierWallet
|
|
127
|
+
} from "./chunk-LOEDYNWO.js";
|
|
128
|
+
import {
|
|
129
|
+
bifrostWallet
|
|
130
|
+
} from "./chunk-AFONKDII.js";
|
|
134
131
|
import {
|
|
135
132
|
bitskiWallet
|
|
136
133
|
} from "./chunk-IMZRCMZR.js";
|
|
134
|
+
import {
|
|
135
|
+
bitgetWallet
|
|
136
|
+
} from "./chunk-OUQ3ZF2W.js";
|
|
137
|
+
import {
|
|
138
|
+
argentWallet
|
|
139
|
+
} from "./chunk-NZ5G23JP.js";
|
|
137
140
|
import {
|
|
138
141
|
bitverseWallet
|
|
139
142
|
} from "./chunk-NL4I7WOT.js";
|
|
140
|
-
import {
|
|
141
|
-
braveWallet
|
|
142
|
-
} from "./chunk-KJWMF6GZ.js";
|
|
143
143
|
import {
|
|
144
144
|
bloomWallet
|
|
145
145
|
} from "./chunk-NTGZF5BY.js";
|
|
146
146
|
import "./chunk-ZOLACFTK.js";
|
|
147
|
+
import "./chunk-ZDU3JFGR.js";
|
|
147
148
|
import {
|
|
148
|
-
|
|
149
|
-
} from "./chunk-
|
|
149
|
+
braveWallet
|
|
150
|
+
} from "./chunk-KJWMF6GZ.js";
|
|
150
151
|
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-TUK3HNKY.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-F3VCNZXS.js";
|
|
7
6
|
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-5ZGE5SN5.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-F3VCNZXS.js";
|
|
7
6
|
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-EXN2ODSI.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-F3VCNZXS.js";
|
|
7
6
|
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-UWU574XS.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-F3VCNZXS.js";
|
|
7
6
|
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-BMHNXJZK.js";
|
|
5
5
|
import "../chunk-ZOLACFTK.js";
|
|
6
|
-
import "../chunk-F3VCNZXS.js";
|
|
7
6
|
import "../chunk-ZDU3JFGR.js";
|
|
7
|
+
import "../chunk-F3VCNZXS.js";
|
|
8
8
|
export {
|
|
9
9
|
trustWallet
|
|
10
10
|
};
|