@funkit/connect 1.0.2 → 1.0.4
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 +16 -0
- package/dist/{chunk-C2QHNJBG.js → chunk-MQTK22MG.js} +3 -1
- package/dist/{chunk-U4FFX2HZ.js → chunk-SWTU7PBZ.js} +3 -1
- package/dist/components/FunkitProvider/FunkitCheckoutContext.d.ts +8 -5
- package/dist/components/FunkitProvider/FunkitThemeProvider.d.ts +4 -4
- package/dist/index.js +29 -16
- package/dist/themes/baseTheme.d.ts +1 -0
- package/dist/themes/darkTheme.d.ts +5 -5
- package/dist/themes/darkTheme.js +1 -1
- package/dist/themes/lightTheme.d.ts +3 -3
- package/dist/themes/lightTheme.js +1 -1
- package/dist/utils/checkout.d.ts +1 -1
- package/dist/wallets/walletConnectors/argentWallet/argentWallet.js +2 -2
- package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +2 -2
- package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +2 -2
- package/dist/wallets/walletConnectors/bloomWallet/bloomWallet.js +2 -2
- package/dist/wallets/walletConnectors/chunk-2GAW2UBU.js +102 -0
- package/dist/wallets/walletConnectors/chunk-AJKRYTH2.js +92 -0
- package/dist/wallets/walletConnectors/chunk-CUKVUCIP.js +98 -0
- package/dist/wallets/walletConnectors/chunk-CVGDYGHA.js +60 -0
- package/dist/wallets/walletConnectors/chunk-DV3SI63E.js +96 -0
- package/dist/wallets/walletConnectors/chunk-GW6EF4G2.js +92 -0
- package/dist/wallets/walletConnectors/chunk-IBWFKX7P.js +94 -0
- package/dist/wallets/walletConnectors/chunk-MU35GKP3.js +71 -0
- package/dist/wallets/walletConnectors/chunk-OKWOB3DN.js +66 -0
- package/dist/wallets/walletConnectors/chunk-OKZSWAPF.js +60 -0
- package/dist/wallets/walletConnectors/chunk-OYKWP3N3.js +60 -0
- package/dist/wallets/walletConnectors/chunk-OYW4TIA3.js +81 -0
- package/dist/wallets/walletConnectors/chunk-PPFSHJTA.js +95 -0
- package/dist/wallets/walletConnectors/chunk-RCWZ4KBR.js +73 -0
- package/dist/wallets/walletConnectors/chunk-RTW6PVQI.js +107 -0
- package/dist/wallets/walletConnectors/chunk-RYO26XSK.js +100 -0
- package/dist/wallets/walletConnectors/chunk-SPLW3CCH.js +98 -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/chunk-ZFXXHGAS.js +105 -0
- package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +2 -2
- package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +2 -2
- package/dist/wallets/walletConnectors/index.js +76 -76
- package/dist/wallets/walletConnectors/ledgerWallet/ledgerWallet.js +2 -2
- package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +2 -2
- package/dist/wallets/walletConnectors/oktoWallet/oktoWallet.js +2 -2
- package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +2 -2
- package/dist/wallets/walletConnectors/omniWallet/omniWallet.js +2 -2
- package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.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-ZNXQ4V6G.js → chunk-2B3SPBRY.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-NGXIHASN.js → chunk-2LY3WMXK.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-3WZRNEZH.js → chunk-2XQJ2NQ4.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-2UXZAUWT.js → chunk-7KDOXASH.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-Z2DGDHHZ.js → chunk-CRSPGVPF.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-O5NKWWEG.js → chunk-DNOEX5NF.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-AM4SSLAP.js → chunk-HD5VYJNC.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-V45EXW7A.js → chunk-HXYRONSJ.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-6LTLPR2Q.js → chunk-KGTZ6E7L.js} +3 -3
- package/dist/wallets/walletConnectors/{chunk-7CQPABJG.js → chunk-MCTPLICE.js} +3 -3
|
@@ -1,121 +1,124 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
|
-
|
|
4
|
-
} from "./chunk-
|
|
3
|
+
xdefiWallet
|
|
4
|
+
} from "./chunk-L734HTUS.js";
|
|
5
|
+
import {
|
|
6
|
+
zerionWallet
|
|
7
|
+
} from "./chunk-MCTPLICE.js";
|
|
5
8
|
import {
|
|
6
9
|
zealWallet
|
|
7
10
|
} from "./chunk-DPXMP5KS.js";
|
|
8
11
|
import {
|
|
9
|
-
|
|
10
|
-
} from "./chunk-
|
|
11
|
-
import {
|
|
12
|
-
safepalWallet
|
|
13
|
-
} from "./chunk-SYELB4QO.js";
|
|
12
|
+
safeWallet
|
|
13
|
+
} from "./chunk-D3DCQ72J.js";
|
|
14
14
|
import {
|
|
15
|
-
|
|
16
|
-
} from "./chunk-
|
|
15
|
+
tokenPocketWallet
|
|
16
|
+
} from "./chunk-PPFSHJTA.js";
|
|
17
17
|
import {
|
|
18
18
|
talismanWallet
|
|
19
19
|
} from "./chunk-H273OTQA.js";
|
|
20
|
-
import {
|
|
21
|
-
tokenPocketWallet
|
|
22
|
-
} from "./chunk-2UXZAUWT.js";
|
|
23
|
-
import {
|
|
24
|
-
tokenaryWallet
|
|
25
|
-
} from "./chunk-ENZLEAG2.js";
|
|
26
20
|
import {
|
|
27
21
|
trustWallet
|
|
28
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-ZFXXHGAS.js";
|
|
29
23
|
import {
|
|
30
|
-
|
|
31
|
-
} from "./chunk-
|
|
24
|
+
walletConnectWallet
|
|
25
|
+
} from "./chunk-ASPRR7T3.js";
|
|
32
26
|
import {
|
|
33
27
|
uniswapWallet
|
|
34
28
|
} from "./chunk-XRSY4JVH.js";
|
|
35
29
|
import {
|
|
36
|
-
|
|
37
|
-
} from "./chunk-
|
|
30
|
+
tahoWallet
|
|
31
|
+
} from "./chunk-H76YCX2M.js";
|
|
32
|
+
import {
|
|
33
|
+
tokenaryWallet
|
|
34
|
+
} from "./chunk-ENZLEAG2.js";
|
|
35
|
+
import {
|
|
36
|
+
phantomWallet
|
|
37
|
+
} from "./chunk-KGBLSE7L.js";
|
|
38
38
|
import {
|
|
39
39
|
rabbyWallet
|
|
40
40
|
} from "./chunk-XPEBP6XV.js";
|
|
41
41
|
import {
|
|
42
|
-
|
|
43
|
-
} from "./chunk-
|
|
42
|
+
ramperWallet
|
|
43
|
+
} from "./chunk-ZOL6ZMTJ.js";
|
|
44
44
|
import {
|
|
45
|
-
|
|
46
|
-
} from "./chunk-
|
|
45
|
+
subWallet
|
|
46
|
+
} from "./chunk-ZBAQFL6G.js";
|
|
47
47
|
import {
|
|
48
|
-
|
|
49
|
-
} from "./chunk-
|
|
48
|
+
safepalWallet
|
|
49
|
+
} from "./chunk-SYELB4QO.js";
|
|
50
50
|
import {
|
|
51
|
-
|
|
52
|
-
} from "./chunk-
|
|
51
|
+
roninWallet
|
|
52
|
+
} from "./chunk-LVRXH33E.js";
|
|
53
53
|
import {
|
|
54
54
|
safeheronWallet
|
|
55
55
|
} from "./chunk-63NPZXAL.js";
|
|
56
56
|
import {
|
|
57
|
-
|
|
58
|
-
} from "./chunk-
|
|
59
|
-
import {
|
|
60
|
-
kresusWallet
|
|
61
|
-
} from "./chunk-X6T3CICZ.js";
|
|
57
|
+
rainbowWallet
|
|
58
|
+
} from "./chunk-DNOEX5NF.js";
|
|
62
59
|
import {
|
|
63
|
-
|
|
64
|
-
} from "./chunk-
|
|
60
|
+
ledgerWallet
|
|
61
|
+
} from "./chunk-AJKRYTH2.js";
|
|
65
62
|
import {
|
|
66
63
|
mewWallet
|
|
67
64
|
} from "./chunk-PWYTDYBE.js";
|
|
68
|
-
import {
|
|
69
|
-
oktoWallet
|
|
70
|
-
} from "./chunk-WKHTUEF5.js";
|
|
71
65
|
import {
|
|
72
66
|
okxWallet
|
|
73
|
-
} from "./chunk-
|
|
67
|
+
} from "./chunk-2LY3WMXK.js";
|
|
68
|
+
import {
|
|
69
|
+
oneKeyWallet
|
|
70
|
+
} from "./chunk-4WOV4ITL.js";
|
|
74
71
|
import {
|
|
75
72
|
omniWallet
|
|
76
|
-
} from "./chunk-
|
|
73
|
+
} from "./chunk-OYKWP3N3.js";
|
|
77
74
|
import {
|
|
78
75
|
oneInchWallet
|
|
79
76
|
} from "./chunk-LCPIZUR3.js";
|
|
80
77
|
import {
|
|
81
|
-
|
|
82
|
-
} from "./chunk-
|
|
78
|
+
injectedWallet
|
|
79
|
+
} from "./chunk-KIHCNUU3.js";
|
|
83
80
|
import {
|
|
84
|
-
|
|
85
|
-
} from "./chunk-
|
|
81
|
+
oktoWallet
|
|
82
|
+
} from "./chunk-OKZSWAPF.js";
|
|
86
83
|
import {
|
|
87
84
|
enkryptWallet
|
|
88
85
|
} from "./chunk-FLY7F4XA.js";
|
|
89
86
|
import {
|
|
90
87
|
frontierWallet
|
|
91
|
-
} from "./chunk-
|
|
88
|
+
} from "./chunk-SPLW3CCH.js";
|
|
89
|
+
import {
|
|
90
|
+
foxWallet
|
|
91
|
+
} from "./chunk-Q4RLUJJD.js";
|
|
92
92
|
import {
|
|
93
93
|
imTokenWallet
|
|
94
94
|
} from "./chunk-5MVV7OVS.js";
|
|
95
|
+
import {
|
|
96
|
+
kresusWallet
|
|
97
|
+
} from "./chunk-X6T3CICZ.js";
|
|
98
|
+
import {
|
|
99
|
+
metaMaskWallet
|
|
100
|
+
} from "./chunk-2XQJ2NQ4.js";
|
|
95
101
|
import {
|
|
96
102
|
gateWallet
|
|
97
|
-
} from "./chunk-
|
|
103
|
+
} from "./chunk-HXYRONSJ.js";
|
|
98
104
|
import {
|
|
99
|
-
|
|
100
|
-
} from "./chunk-
|
|
105
|
+
coreWallet
|
|
106
|
+
} from "./chunk-JLQ5HJYV.js";
|
|
101
107
|
import {
|
|
102
|
-
|
|
103
|
-
} from "./chunk-
|
|
108
|
+
bitskiWallet
|
|
109
|
+
} from "./chunk-C67TQJ6W.js";
|
|
110
|
+
import {
|
|
111
|
+
bitverseWallet
|
|
112
|
+
} from "./chunk-NL4I7WOT.js";
|
|
104
113
|
import {
|
|
105
114
|
clvWallet
|
|
106
115
|
} from "./chunk-MIWCKFYE.js";
|
|
116
|
+
import {
|
|
117
|
+
desigWallet
|
|
118
|
+
} from "./chunk-P4JLZ42R.js";
|
|
107
119
|
import {
|
|
108
120
|
bybitWallet
|
|
109
121
|
} from "./chunk-ZUAHWUEL.js";
|
|
110
|
-
import {
|
|
111
|
-
coreWallet
|
|
112
|
-
} from "./chunk-JLQ5HJYV.js";
|
|
113
|
-
import {
|
|
114
|
-
coinbaseWallet
|
|
115
|
-
} from "./chunk-XBUTWYE4.js";
|
|
116
|
-
import {
|
|
117
|
-
coin98Wallet
|
|
118
|
-
} from "./chunk-4FQLUQNA.js";
|
|
119
122
|
import {
|
|
120
123
|
dawnWallet
|
|
121
124
|
} from "./chunk-4XQDKOGF.js";
|
|
@@ -123,31 +126,28 @@ import {
|
|
|
123
126
|
frameWallet
|
|
124
127
|
} from "./chunk-XXFJVY73.js";
|
|
125
128
|
import {
|
|
126
|
-
|
|
127
|
-
} from "./chunk-
|
|
128
|
-
import {
|
|
129
|
-
argentWallet
|
|
130
|
-
} from "./chunk-NZ5G23JP.js";
|
|
129
|
+
bifrostWallet
|
|
130
|
+
} from "./chunk-MU35GKP3.js";
|
|
131
131
|
import {
|
|
132
|
-
|
|
133
|
-
} from "./chunk-
|
|
132
|
+
bitgetWallet
|
|
133
|
+
} from "./chunk-RYO26XSK.js";
|
|
134
134
|
import {
|
|
135
|
-
|
|
136
|
-
} from "./chunk-
|
|
135
|
+
braveWallet
|
|
136
|
+
} from "./chunk-ABYQAXUX.js";
|
|
137
137
|
import {
|
|
138
|
-
|
|
139
|
-
} from "./chunk-
|
|
138
|
+
argentWallet
|
|
139
|
+
} from "./chunk-CVGDYGHA.js";
|
|
140
140
|
import {
|
|
141
141
|
bloomWallet
|
|
142
|
-
} from "./chunk-
|
|
142
|
+
} from "./chunk-OYW4TIA3.js";
|
|
143
143
|
import {
|
|
144
|
-
|
|
145
|
-
} from "./chunk-
|
|
146
|
-
import "./chunk-ZOLACFTK.js";
|
|
144
|
+
coin98Wallet
|
|
145
|
+
} from "./chunk-4FQLUQNA.js";
|
|
147
146
|
import "./chunk-ZDU3JFGR.js";
|
|
148
147
|
import {
|
|
149
|
-
|
|
150
|
-
} from "./chunk-
|
|
148
|
+
coinbaseWallet
|
|
149
|
+
} from "./chunk-XBUTWYE4.js";
|
|
150
|
+
import "./chunk-ZOLACFTK.js";
|
|
151
151
|
import "./chunk-QII6PY2D.js";
|
|
152
152
|
export {
|
|
153
153
|
argentWallet,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
metaMaskWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-ZOLACFTK.js";
|
|
4
|
+
} from "../chunk-2XQJ2NQ4.js";
|
|
6
5
|
import "../chunk-ZDU3JFGR.js";
|
|
6
|
+
import "../chunk-ZOLACFTK.js";
|
|
7
7
|
import "../chunk-QII6PY2D.js";
|
|
8
8
|
export {
|
|
9
9
|
metaMaskWallet
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
rainbowWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-ZOLACFTK.js";
|
|
4
|
+
} from "../chunk-DNOEX5NF.js";
|
|
6
5
|
import "../chunk-ZDU3JFGR.js";
|
|
6
|
+
import "../chunk-ZOLACFTK.js";
|
|
7
7
|
import "../chunk-QII6PY2D.js";
|
|
8
8
|
export {
|
|
9
9
|
rainbowWallet
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
tokenPocketWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-ZOLACFTK.js";
|
|
4
|
+
} from "../chunk-PPFSHJTA.js";
|
|
6
5
|
import "../chunk-ZDU3JFGR.js";
|
|
6
|
+
import "../chunk-ZOLACFTK.js";
|
|
7
7
|
import "../chunk-QII6PY2D.js";
|
|
8
8
|
export {
|
|
9
9
|
tokenPocketWallet
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
trustWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-ZOLACFTK.js";
|
|
4
|
+
} from "../chunk-ZFXXHGAS.js";
|
|
6
5
|
import "../chunk-ZDU3JFGR.js";
|
|
6
|
+
import "../chunk-ZOLACFTK.js";
|
|
7
7
|
import "../chunk-QII6PY2D.js";
|
|
8
8
|
export {
|
|
9
9
|
trustWallet
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
zerionWallet
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-ZOLACFTK.js";
|
|
4
|
+
} from "../chunk-MCTPLICE.js";
|
|
6
5
|
import "../chunk-ZDU3JFGR.js";
|
|
6
|
+
import "../chunk-ZOLACFTK.js";
|
|
7
7
|
import "../chunk-QII6PY2D.js";
|
|
8
8
|
export {
|
|
9
9
|
zerionWallet
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@funkit/connect",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
"react-remove-scroll": "2.5.7",
|
|
81
81
|
"ua-parser-js": "^1.0.37",
|
|
82
82
|
"@tanstack/react-query": "^5.28.8",
|
|
83
|
-
"@funkit/wagmi-tools": "^1.0.
|
|
84
|
-
"@funkit/core": "^1.0.
|
|
83
|
+
"@funkit/wagmi-tools": "^1.0.2",
|
|
84
|
+
"@funkit/core": "^1.0.1",
|
|
85
85
|
"@datadog/browser-logs": "^5.12.0",
|
|
86
86
|
"@privy-io/js-sdk-core": "^0.14.0",
|
|
87
87
|
"@moonpay/moonpay-react": "^1.6.1",
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
import {
|
|
3
3
|
isAndroid
|
|
4
4
|
} from "./chunk-ZOLACFTK.js";
|
|
5
|
-
import {
|
|
6
|
-
getWalletConnectConnector
|
|
7
|
-
} from "./chunk-ZDU3JFGR.js";
|
|
8
5
|
import {
|
|
9
6
|
getInjectedConnector,
|
|
10
7
|
hasInjectedProvider
|
|
11
8
|
} from "./chunk-QII6PY2D.js";
|
|
9
|
+
import {
|
|
10
|
+
getWalletConnectConnector
|
|
11
|
+
} from "./chunk-ZDU3JFGR.js";
|
|
12
12
|
|
|
13
13
|
// src/wallets/walletConnectors/bitgetWallet/bitgetWallet.ts
|
|
14
14
|
var bitgetWallet = ({
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
getWalletConnectConnector
|
|
4
|
+
} from "./chunk-ZDU3JFGR.js";
|
|
2
5
|
import {
|
|
3
6
|
isAndroid,
|
|
4
7
|
isIOS
|
|
5
8
|
} from "./chunk-ZOLACFTK.js";
|
|
6
|
-
import {
|
|
7
|
-
getWalletConnectConnector
|
|
8
|
-
} from "./chunk-ZDU3JFGR.js";
|
|
9
9
|
import {
|
|
10
10
|
getInjectedConnector,
|
|
11
11
|
hasInjectedProvider
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
import {
|
|
3
3
|
isMobile
|
|
4
4
|
} from "./chunk-ZOLACFTK.js";
|
|
5
|
-
import {
|
|
6
|
-
getWalletConnectConnector
|
|
7
|
-
} from "./chunk-ZDU3JFGR.js";
|
|
8
5
|
import {
|
|
9
6
|
getInjectedConnector,
|
|
10
7
|
hasInjectedProvider
|
|
11
8
|
} from "./chunk-QII6PY2D.js";
|
|
9
|
+
import {
|
|
10
|
+
getWalletConnectConnector
|
|
11
|
+
} from "./chunk-ZDU3JFGR.js";
|
|
12
12
|
|
|
13
13
|
// src/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.ts
|
|
14
14
|
var tokenPocketWallet = ({
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
import {
|
|
3
3
|
isMobile
|
|
4
4
|
} from "./chunk-ZOLACFTK.js";
|
|
5
|
-
import {
|
|
6
|
-
getWalletConnectConnector
|
|
7
|
-
} from "./chunk-ZDU3JFGR.js";
|
|
8
5
|
import {
|
|
9
6
|
getInjectedConnector,
|
|
10
7
|
hasInjectedProvider
|
|
11
8
|
} from "./chunk-QII6PY2D.js";
|
|
9
|
+
import {
|
|
10
|
+
getWalletConnectConnector
|
|
11
|
+
} from "./chunk-ZDU3JFGR.js";
|
|
12
12
|
|
|
13
13
|
// src/wallets/walletConnectors/trustWallet/trustWallet.ts
|
|
14
14
|
var trustWallet = ({
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
getWalletConnectConnector
|
|
4
|
+
} from "./chunk-ZDU3JFGR.js";
|
|
2
5
|
import {
|
|
3
6
|
isAndroid,
|
|
4
7
|
isIOS
|
|
5
8
|
} from "./chunk-ZOLACFTK.js";
|
|
6
|
-
import {
|
|
7
|
-
getWalletConnectConnector
|
|
8
|
-
} from "./chunk-ZDU3JFGR.js";
|
|
9
9
|
import {
|
|
10
10
|
getInjectedConnector,
|
|
11
11
|
hasInjectedProvider
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
import {
|
|
3
3
|
isAndroid
|
|
4
4
|
} from "./chunk-ZOLACFTK.js";
|
|
5
|
-
import {
|
|
6
|
-
getWalletConnectConnector
|
|
7
|
-
} from "./chunk-ZDU3JFGR.js";
|
|
8
5
|
import {
|
|
9
6
|
getInjectedConnector,
|
|
10
7
|
hasInjectedProvider
|
|
11
8
|
} from "./chunk-QII6PY2D.js";
|
|
9
|
+
import {
|
|
10
|
+
getWalletConnectConnector
|
|
11
|
+
} from "./chunk-ZDU3JFGR.js";
|
|
12
12
|
|
|
13
13
|
// src/wallets/walletConnectors/frontierWallet/frontierWallet.ts
|
|
14
14
|
var frontierWallet = ({
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
import {
|
|
3
3
|
isAndroid
|
|
4
4
|
} from "./chunk-ZOLACFTK.js";
|
|
5
|
-
import {
|
|
6
|
-
getWalletConnectConnector
|
|
7
|
-
} from "./chunk-ZDU3JFGR.js";
|
|
8
5
|
import {
|
|
9
6
|
getInjectedConnector,
|
|
10
7
|
hasInjectedProvider
|
|
11
8
|
} from "./chunk-QII6PY2D.js";
|
|
9
|
+
import {
|
|
10
|
+
getWalletConnectConnector
|
|
11
|
+
} from "./chunk-ZDU3JFGR.js";
|
|
12
12
|
|
|
13
13
|
// src/wallets/walletConnectors/bifrostWallet/bifrostWallet.ts
|
|
14
14
|
var bifrostWallet = ({
|