btc-wallet 0.5.84-beta → 0.5.87-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
@@ -3048,7 +3048,7 @@ var walletConfig = {
3048
3048
  nearTokenDecimals: 24,
3049
3049
  accountContractId: "acc.ref-labs.near",
3050
3050
  bridgeContractId: "btc-connector.bridge.near",
3051
- walletUrl: "https://wallet.satoshibridge.top",
3051
+ walletUrl: "https://wallet.satos.network",
3052
3052
  bridgeUrl: "https://ramp.satos.network"
3053
3053
  }
3054
3054
  };
@@ -3060,7 +3060,7 @@ function getWalletConfig(env) {
3060
3060
  });
3061
3061
  }
3062
3062
  var nearRpcUrls = {
3063
- mainnet: ["https://near.lava.build", "https://free.rpc.fastnear.com"],
3063
+ mainnet: ["https://free.rpc.fastnear.com", "https://near.lava.build"],
3064
3064
  testnet: ["https://rpc.testnet.near.org"]
3065
3065
  };
3066
3066
  var btcRpcUrls = {
@@ -3831,7 +3831,7 @@ var ecc = __toESM(require("@bitcoinerlab/secp256k1"), 1);
3831
3831
  bitcoin.initEccLib(ecc);
3832
3832
  var NEAR_STORAGE_DEPOSIT_AMOUNT = "1250000000000000000000";
3833
3833
  var NBTC_STORAGE_DEPOSIT_AMOUNT = 800;
3834
- var NEW_ACCOUNT_MIN_DEPOSIT_AMOUNT = 2200;
3834
+ var NEW_ACCOUNT_MIN_DEPOSIT_AMOUNT = 1e3;
3835
3835
  function getBtcProvider() {
3836
3836
  if (typeof window === "undefined" || !window.btcContext) {
3837
3837
  throw new Error("BTC Provider is not initialized.");
@@ -5390,7 +5390,7 @@ function getGroup(state) {
5390
5390
 
5391
5391
  // src/index.ts
5392
5392
  var getVersion = () => {
5393
- return "0.5.84-beta";
5393
+ return "0.5.87-beta";
5394
5394
  };
5395
5395
  if (typeof window !== "undefined") {
5396
5396
  window.__BTC_WALLET_VERSION = getVersion();