btc-wallet 0.5.36-beta → 0.5.37-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
@@ -4776,7 +4776,7 @@ var BTCWallet = (_0) => __async(void 0, [_0], function* ({
|
|
4776
4776
|
gas_limit: gasLimit,
|
4777
4777
|
use_near_pay_gas: useNearPayGas,
|
4778
4778
|
nonce,
|
4779
|
-
replace: true
|
4779
|
+
replace: env === "private_mainnet" ? true : void 0
|
4780
4780
|
};
|
4781
4781
|
const strIntention = JSON.stringify(intention);
|
4782
4782
|
const signature = yield btcContext.signMessage(strIntention);
|
@@ -4912,7 +4912,7 @@ function getGroup(state) {
|
|
4912
4912
|
|
4913
4913
|
// src/index.ts
|
4914
4914
|
var getVersion = () => {
|
4915
|
-
return "0.5.
|
4915
|
+
return "0.5.37-beta";
|
4916
4916
|
};
|
4917
4917
|
if (typeof window !== "undefined") {
|
4918
4918
|
window.__BTC_WALLET_VERSION = getVersion();
|