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/dist/index.js +3 -2
- package/dist/index.js.map +2 -2
- package/esm/index.js +3 -2
- package/esm/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -3450,6 +3450,7 @@ function getAccountInfo(_0) {
|
|
3450
3450
|
console.log(`get_account error, please try again later`, error);
|
3451
3451
|
throw error;
|
3452
3452
|
});
|
3453
|
+
console.log("getAccountInfo resp:", accountInfo);
|
3453
3454
|
return accountInfo;
|
3454
3455
|
});
|
3455
3456
|
}
|
@@ -3772,7 +3773,7 @@ var import_coinselect = __toESM(require("coinselect"), 1);
|
|
3772
3773
|
var ecc = __toESM(require("@bitcoinerlab/secp256k1"), 1);
|
3773
3774
|
bitcoin.initEccLib(ecc);
|
3774
3775
|
var NEAR_STORAGE_DEPOSIT_AMOUNT = "1250000000000000000000";
|
3775
|
-
var NBTC_STORAGE_DEPOSIT_AMOUNT = "
|
3776
|
+
var NBTC_STORAGE_DEPOSIT_AMOUNT = "800";
|
3776
3777
|
var NEW_ACCOUNT_MIN_DEPOSIT_AMOUNT = "1000";
|
3777
3778
|
function getBtcProvider() {
|
3778
3779
|
if (typeof window === "undefined" || !window.btcContext) {
|
@@ -5292,7 +5293,7 @@ function getGroup(state) {
|
|
5292
5293
|
|
5293
5294
|
// src/index.ts
|
5294
5295
|
var getVersion = () => {
|
5295
|
-
return "0.5.
|
5296
|
+
return "0.5.72-beta";
|
5296
5297
|
};
|
5297
5298
|
if (typeof window !== "undefined") {
|
5298
5299
|
window.__BTC_WALLET_VERSION = getVersion();
|