btc-wallet 0.3.26 → 0.3.27
Sign up to get free protection for your applications and to get access to all the features.
- 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/esm/index.js
CHANGED
@@ -3427,7 +3427,7 @@ function executeBTCDepositAndAction(_0) {
|
|
3427
3427
|
if (!(registerRes == null ? void 0 : registerRes.available)) {
|
3428
3428
|
storageDepositMsg.storage_deposit_msg = {
|
3429
3429
|
contract_id: (action == null ? void 0 : action.receiver_id) || config.token,
|
3430
|
-
deposit: new Big(
|
3430
|
+
deposit: new Big(125e-5).mul(__pow(10, 24)).toFixed(0),
|
3431
3431
|
registration_only: true
|
3432
3432
|
};
|
3433
3433
|
}
|
@@ -3948,7 +3948,7 @@ function setupBTCWallet({
|
|
3948
3948
|
|
3949
3949
|
// src/index.ts
|
3950
3950
|
var getVersion = () => {
|
3951
|
-
return "0.3.
|
3951
|
+
return "0.3.27";
|
3952
3952
|
};
|
3953
3953
|
if (typeof window !== "undefined") {
|
3954
3954
|
window.__BTC_WALLET_VERSION = getVersion();
|