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/esm/index.js
CHANGED
@@ -4707,7 +4707,7 @@ var BTCWallet = (_0) => __async(void 0, [_0], function* ({
|
|
4707
4707
|
gas_limit: gasLimit,
|
4708
4708
|
use_near_pay_gas: useNearPayGas,
|
4709
4709
|
nonce,
|
4710
|
-
replace: true
|
4710
|
+
replace: env === "private_mainnet" ? true : void 0
|
4711
4711
|
};
|
4712
4712
|
const strIntention = JSON.stringify(intention);
|
4713
4713
|
const signature = yield btcContext.signMessage(strIntention);
|
@@ -4845,7 +4845,7 @@ function getGroup(state) {
|
|
4845
4845
|
|
4846
4846
|
// src/index.ts
|
4847
4847
|
var getVersion = () => {
|
4848
|
-
return "0.5.
|
4848
|
+
return "0.5.37-beta";
|
4849
4849
|
};
|
4850
4850
|
if (typeof window !== "undefined") {
|
4851
4851
|
window.__BTC_WALLET_VERSION = getVersion();
|