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 +2 -2
- package/dist/index.js.map +2 -2
- package/esm/index.js +2 -2
- package/esm/index.js.map +2 -2
- package/package.json +1 -1
package/esm/index.js
CHANGED
@@ -2608,7 +2608,7 @@ var BTCWallet = (_0) => __async(void 0, [_0], function* ({
|
|
2608
2608
|
btcContext.logout();
|
2609
2609
|
state.clear();
|
2610
2610
|
window.localStorage.removeItem("near-wallet-selector:selectedWalletId");
|
2611
|
-
|
2611
|
+
initWalletButton(options.network.networkId, wallet);
|
2612
2612
|
});
|
2613
2613
|
}
|
2614
2614
|
function getAccounts() {
|
@@ -2839,7 +2839,7 @@ function pollTransactionStatuses(network, hashes) {
|
|
2839
2839
|
|
2840
2840
|
// src/index.ts
|
2841
2841
|
var getVersion = () => {
|
2842
|
-
return "0.1.
|
2842
|
+
return "0.1.6";
|
2843
2843
|
};
|
2844
2844
|
if (typeof window !== "undefined") {
|
2845
2845
|
window.__PARTICLE_BTC_CONNECT_VERSION = getVersion();
|