btc-wallet 0.5.18-beta → 0.5.19-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 +1 -2
- package/dist/index.js.map +2 -2
- package/esm/index.js +1 -2
- package/esm/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -4464,7 +4464,6 @@ var BTCWallet = (_0) => __async(void 0, [_0], function* ({
|
|
4464
4464
|
const btcPublicKey = yield btcContext.getPublicKey();
|
4465
4465
|
if (btcPublicKey) {
|
4466
4466
|
yield getNearAccountByBtcPublicKey(btcPublicKey);
|
4467
|
-
yield checkSatoshiWhitelist(btcContext.account, env);
|
4468
4467
|
removeWalletButton();
|
4469
4468
|
setupWalletButton(env, wallet, btcContext);
|
4470
4469
|
}
|
@@ -4724,7 +4723,7 @@ function setupBTCWallet({
|
|
4724
4723
|
|
4725
4724
|
// src/index.ts
|
4726
4725
|
var getVersion = () => {
|
4727
|
-
return "0.5.
|
4726
|
+
return "0.5.19-beta";
|
4728
4727
|
};
|
4729
4728
|
if (typeof window !== "undefined") {
|
4730
4729
|
window.__BTC_WALLET_VERSION = getVersion();
|