btc-wallet 0.5.8-beta → 0.5.10-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 +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
@@ -4221,7 +4221,7 @@ var BTCWallet = (_0) => __async(void 0, [_0], function* ({
|
|
4221
4221
|
const accountInfo = yield getAccountInfo(accountId, currentConfig.accountContractId);
|
4222
4222
|
yield checkGasTokenDebt(accountInfo, env, true);
|
4223
4223
|
const trans = [...params.transactions];
|
4224
|
-
console.log("raw trans:", trans);
|
4224
|
+
console.log("signAndSendTransactions raw trans:", trans);
|
4225
4225
|
const gasTokenBalance = (accountInfo == null ? void 0 : accountInfo.gas_token[currentConfig.token]) || "0";
|
4226
4226
|
const { transferGasTransaction, useNearPayGas, gasLimit } = yield calculateGasStrategy(
|
4227
4227
|
gasTokenBalance,
|
@@ -4486,7 +4486,7 @@ function setupBTCWallet({
|
|
4486
4486
|
|
4487
4487
|
// src/index.ts
|
4488
4488
|
var getVersion = () => {
|
4489
|
-
return "0.5.
|
4489
|
+
return "0.5.10-beta";
|
4490
4490
|
};
|
4491
4491
|
if (typeof window !== "undefined") {
|
4492
4492
|
window.__BTC_WALLET_VERSION = getVersion();
|