btc-wallet 0.5.81-beta → 0.5.82-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 CHANGED
@@ -3830,7 +3830,7 @@ var import_coinselect = __toESM(require("coinselect"), 1);
3830
3830
  var ecc = __toESM(require("@bitcoinerlab/secp256k1"), 1);
3831
3831
  bitcoin.initEccLib(ecc);
3832
3832
  var NEAR_STORAGE_DEPOSIT_AMOUNT = "1250000000000000000000";
3833
- var NBTC_STORAGE_DEPOSIT_AMOUNT = 800;
3833
+ var NBTC_STORAGE_DEPOSIT_AMOUNT = 2e3;
3834
3834
  var NEW_ACCOUNT_MIN_DEPOSIT_AMOUNT = 1e3;
3835
3835
  function getBtcProvider() {
3836
3836
  if (typeof window === "undefined" || !window.btcContext) {
@@ -5390,7 +5390,7 @@ function getGroup(state) {
5390
5390
 
5391
5391
  // src/index.ts
5392
5392
  var getVersion = () => {
5393
- return "0.5.81-beta";
5393
+ return "0.5.82-beta";
5394
5394
  };
5395
5395
  if (typeof window !== "undefined") {
5396
5396
  window.__BTC_WALLET_VERSION = getVersion();