btc-wallet 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -2649,7 +2649,7 @@ var BTCWallet = (_0) => __async(void 0, [_0], function* ({
2649
2649
  btcContext.logout();
2650
2650
  state.clear();
2651
2651
  window.localStorage.removeItem("near-wallet-selector:selectedWalletId");
2652
- removeWalletButton();
2652
+ initWalletButton(options.network.networkId, wallet);
2653
2653
  });
2654
2654
  }
2655
2655
  function getAccounts() {
@@ -2880,7 +2880,7 @@ function pollTransactionStatuses(network, hashes) {
2880
2880
 
2881
2881
  // src/index.ts
2882
2882
  var getVersion = () => {
2883
- return "0.1.5";
2883
+ return "0.1.6";
2884
2884
  };
2885
2885
  if (typeof window !== "undefined") {
2886
2886
  window.__PARTICLE_BTC_CONNECT_VERSION = getVersion();