btc-wallet 0.3.26 → 0.3.27
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 +2 -2
- package/dist/index.js.map +2 -2
- package/esm/index.js +2 -2
- package/esm/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -3473,7 +3473,7 @@ function executeBTCDepositAndAction(_0) {
|
|
3473
3473
|
if (!(registerRes == null ? void 0 : registerRes.available)) {
|
3474
3474
|
storageDepositMsg.storage_deposit_msg = {
|
3475
3475
|
contract_id: (action == null ? void 0 : action.receiver_id) || config.token,
|
3476
|
-
deposit: new import_big.default(
|
3476
|
+
deposit: new import_big.default(125e-5).mul(__pow(10, 24)).toFixed(0),
|
3477
3477
|
registration_only: true
|
3478
3478
|
};
|
3479
3479
|
}
|
@@ -3994,7 +3994,7 @@ function setupBTCWallet({
|
|
3994
3994
|
|
3995
3995
|
// src/index.ts
|
3996
3996
|
var getVersion = () => {
|
3997
|
-
return "0.3.
|
3997
|
+
return "0.3.27";
|
3998
3998
|
};
|
3999
3999
|
if (typeof window !== "undefined") {
|
4000
4000
|
window.__BTC_WALLET_VERSION = getVersion();
|