btc-wallet 0.5.71-beta → 0.5.72-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/esm/index.js CHANGED
@@ -3379,6 +3379,7 @@ function getAccountInfo(_0) {
3379
3379
  console.log(`get_account error, please try again later`, error);
3380
3380
  throw error;
3381
3381
  });
3382
+ console.log("getAccountInfo resp:", accountInfo);
3382
3383
  return accountInfo;
3383
3384
  });
3384
3385
  }
@@ -3701,7 +3702,7 @@ import coinselect from "coinselect";
3701
3702
  import * as ecc from "@bitcoinerlab/secp256k1";
3702
3703
  bitcoin.initEccLib(ecc);
3703
3704
  var NEAR_STORAGE_DEPOSIT_AMOUNT = "1250000000000000000000";
3704
- var NBTC_STORAGE_DEPOSIT_AMOUNT = "3000";
3705
+ var NBTC_STORAGE_DEPOSIT_AMOUNT = "800";
3705
3706
  var NEW_ACCOUNT_MIN_DEPOSIT_AMOUNT = "1000";
3706
3707
  function getBtcProvider() {
3707
3708
  if (typeof window === "undefined" || !window.btcContext) {
@@ -5223,7 +5224,7 @@ function getGroup(state) {
5223
5224
 
5224
5225
  // src/index.ts
5225
5226
  var getVersion = () => {
5226
- return "0.5.71-beta";
5227
+ return "0.5.72-beta";
5227
5228
  };
5228
5229
  if (typeof window !== "undefined") {
5229
5230
  window.__BTC_WALLET_VERSION = getVersion();