btc-wallet 0.5.83-beta → 0.5.84-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 +3 -3
- package/dist/index.js.map +1 -1
- package/esm/index.js +3 -3
- package/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -3830,8 +3830,8 @@ 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 =
|
3834
|
-
var NEW_ACCOUNT_MIN_DEPOSIT_AMOUNT =
|
3833
|
+
var NBTC_STORAGE_DEPOSIT_AMOUNT = 800;
|
3834
|
+
var NEW_ACCOUNT_MIN_DEPOSIT_AMOUNT = 2200;
|
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.
|
5393
|
+
return "0.5.84-beta";
|
5394
5394
|
};
|
5395
5395
|
if (typeof window !== "undefined") {
|
5396
5396
|
window.__BTC_WALLET_VERSION = getVersion();
|