btc-wallet 0.5.69-beta → 0.5.70-beta
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/dist/index.js +5 -5
- package/dist/index.js.map +2 -2
- package/esm/index.js +5 -5
- package/esm/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -2775,12 +2775,12 @@ function BtcWalletSelectorContextProvider({
|
|
2775
2775
|
}) {
|
2776
2776
|
const [isProcessing, setIsProcessing] = (0, import_react11.useState)(false);
|
2777
2777
|
const connectors = [
|
2778
|
-
new UnisatConnector(),
|
2779
|
-
new XverseConnector(),
|
2780
2778
|
new OKXConnector(),
|
2781
2779
|
new BitgetConnector(),
|
2782
|
-
new
|
2783
|
-
new
|
2780
|
+
new BybitConnector(),
|
2781
|
+
new XverseConnector(),
|
2782
|
+
new UnisatConnector(),
|
2783
|
+
new MagicEdenConnector()
|
2784
2784
|
];
|
2785
2785
|
const walletSelectorContextValue = (0, import_react11.useMemo)(() => {
|
2786
2786
|
const simpleFn = {};
|
@@ -5287,7 +5287,7 @@ function getGroup(state) {
|
|
5287
5287
|
|
5288
5288
|
// src/index.ts
|
5289
5289
|
var getVersion = () => {
|
5290
|
-
return "0.5.
|
5290
|
+
return "0.5.70-beta";
|
5291
5291
|
};
|
5292
5292
|
if (typeof window !== "undefined") {
|
5293
5293
|
window.__BTC_WALLET_VERSION = getVersion();
|