btc-wallet 0.2.7 → 0.2.8

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 CHANGED
@@ -2166,6 +2166,7 @@ function BtcWalletSelectorContextProvider({
2166
2166
  autoConnect = false
2167
2167
  }) {
2168
2168
  const [isProcessing, setIsProcessing] = (0, import_react11.useState)(false);
2169
+ const connectors = [new UnisatConnector(), new XverseConnector()];
2169
2170
  const walletSelectorContextValue = (0, import_react11.useMemo)(() => {
2170
2171
  const simpleFn = {};
2171
2172
  return {
@@ -2205,7 +2206,7 @@ function BtcWalletSelectorContextProvider({
2205
2206
  }
2206
2207
  },
2207
2208
  autoConnect: false,
2208
- connectors: [new UnisatConnector()],
2209
+ connectors,
2209
2210
  children: [
2210
2211
  children,
2211
2212
  isProcessing && /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
@@ -3089,7 +3090,7 @@ function executeBurrowSupply(_0) {
3089
3090
 
3090
3091
  // src/index.ts
3091
3092
  var getVersion = () => {
3092
- return "0.2.7";
3093
+ return "0.2.8";
3093
3094
  };
3094
3095
  if (typeof window !== "undefined") {
3095
3096
  window.__PARTICLE_BTC_CONNECT_VERSION = getVersion();