btc-wallet 0.2.9 → 0.3.0

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
@@ -2232,7 +2232,6 @@ function InitBtcWalletSelectorContext() {
2232
2232
  return null;
2233
2233
  }
2234
2234
  function useBtcWalletSelector() {
2235
- console.log("useBtcWalletSelector");
2236
2235
  const { openConnectModal, openConnectModalAsync, disconnect, requestDirectAccount } = useConnectModal();
2237
2236
  const { accounts, sendBitcoin: sendBitcoin2, getPublicKey, provider, signMessage, connector } = useBTCProvider();
2238
2237
  const publicKey = (0, import_react11.useRef)(null);
@@ -3099,7 +3098,7 @@ function executeBurrowSupply(_0) {
3099
3098
 
3100
3099
  // src/index.ts
3101
3100
  var getVersion = () => {
3102
- return "0.2.9";
3101
+ return "0.3.0";
3103
3102
  };
3104
3103
  if (typeof window !== "undefined") {
3105
3104
  window.__PARTICLE_BTC_CONNECT_VERSION = getVersion();