btc-wallet 0.5.18-beta → 0.5.19-beta

Sign up to get free protection for your applications and to get access to all the features.
package/esm/index.js CHANGED
@@ -4414,7 +4414,6 @@ var BTCWallet = (_0) => __async(void 0, [_0], function* ({
4414
4414
  const btcPublicKey = yield btcContext.getPublicKey();
4415
4415
  if (btcPublicKey) {
4416
4416
  yield getNearAccountByBtcPublicKey(btcPublicKey);
4417
- yield checkSatoshiWhitelist(btcContext.account, env);
4418
4417
  removeWalletButton();
4419
4418
  setupWalletButton(env, wallet, btcContext);
4420
4419
  }
@@ -4674,7 +4673,7 @@ function setupBTCWallet({
4674
4673
 
4675
4674
  // src/index.ts
4676
4675
  var getVersion = () => {
4677
- return "0.5.18-beta";
4676
+ return "0.5.19-beta";
4678
4677
  };
4679
4678
  if (typeof window !== "undefined") {
4680
4679
  window.__BTC_WALLET_VERSION = getVersion();