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/esm/index.js
CHANGED
@@ -4171,7 +4171,7 @@ var BTCWallet = (_0) => __async(void 0, [_0], function* ({
|
|
4171
4171
|
const accountInfo = yield getAccountInfo(accountId, currentConfig.accountContractId);
|
4172
4172
|
yield checkGasTokenDebt(accountInfo, env, true);
|
4173
4173
|
const trans = [...params.transactions];
|
4174
|
-
console.log("raw trans:", trans);
|
4174
|
+
console.log("signAndSendTransactions raw trans:", trans);
|
4175
4175
|
const gasTokenBalance = (accountInfo == null ? void 0 : accountInfo.gas_token[currentConfig.token]) || "0";
|
4176
4176
|
const { transferGasTransaction, useNearPayGas, gasLimit } = yield calculateGasStrategy(
|
4177
4177
|
gasTokenBalance,
|
@@ -4436,7 +4436,7 @@ function setupBTCWallet({
|
|
4436
4436
|
|
4437
4437
|
// src/index.ts
|
4438
4438
|
var getVersion = () => {
|
4439
|
-
return "0.5.
|
4439
|
+
return "0.5.10-beta";
|
4440
4440
|
};
|
4441
4441
|
if (typeof window !== "undefined") {
|
4442
4442
|
window.__BTC_WALLET_VERSION = getVersion();
|