btc-wallet 0.5.33-beta → 0.5.34-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 +3 -2
- package/dist/index.js.map +2 -2
- package/esm/index.js +3 -2
- package/esm/index.js.map +2 -2
- package/package.json +1 -1
package/esm/index.js
CHANGED
@@ -4721,7 +4721,8 @@ var BTCWallet = (_0) => __async(void 0, [_0], function* ({
|
|
4721
4721
|
gas_token: currentConfig.btcToken,
|
4722
4722
|
gas_limit: gasLimit,
|
4723
4723
|
use_near_pay_gas: useNearPayGas,
|
4724
|
-
nonce
|
4724
|
+
nonce,
|
4725
|
+
replace: true
|
4725
4726
|
};
|
4726
4727
|
const strIntention = JSON.stringify(intention);
|
4727
4728
|
const signature = yield btcContext.signMessage(strIntention);
|
@@ -4859,7 +4860,7 @@ function getGroup(state) {
|
|
4859
4860
|
|
4860
4861
|
// src/index.ts
|
4861
4862
|
var getVersion = () => {
|
4862
|
-
return "0.5.
|
4863
|
+
return "0.5.34-beta";
|
4863
4864
|
};
|
4864
4865
|
if (typeof window !== "undefined") {
|
4865
4866
|
window.__BTC_WALLET_VERSION = getVersion();
|