btc-wallet 0.5.46-beta → 0.5.47-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 CHANGED
@@ -4814,7 +4814,7 @@ var BTCWallet = (_0) => __async(void 0, [_0], function* ({
4814
4814
  gas_limit: gasLimit,
4815
4815
  use_near_pay_gas: useNearPayGas,
4816
4816
  nonce,
4817
- replace: env === "private_mainnet" ? true : void 0
4817
+ replace: true
4818
4818
  };
4819
4819
  const strIntention = JSON.stringify(intention);
4820
4820
  const signature = yield btcContext.signMessage(strIntention);
@@ -4950,7 +4950,7 @@ function getGroup(state) {
4950
4950
 
4951
4951
  // src/index.ts
4952
4952
  var getVersion = () => {
4953
- return "0.5.46-beta";
4953
+ return "0.5.47-beta";
4954
4954
  };
4955
4955
  if (typeof window !== "undefined") {
4956
4956
  window.__BTC_WALLET_VERSION = getVersion();