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/dist/index.js
CHANGED
@@ -4790,7 +4790,8 @@ var BTCWallet = (_0) => __async(void 0, [_0], function* ({
|
|
4790
4790
|
gas_token: currentConfig.btcToken,
|
4791
4791
|
gas_limit: gasLimit,
|
4792
4792
|
use_near_pay_gas: useNearPayGas,
|
4793
|
-
nonce
|
4793
|
+
nonce,
|
4794
|
+
replace: true
|
4794
4795
|
};
|
4795
4796
|
const strIntention = JSON.stringify(intention);
|
4796
4797
|
const signature = yield btcContext.signMessage(strIntention);
|
@@ -4926,7 +4927,7 @@ function getGroup(state) {
|
|
4926
4927
|
|
4927
4928
|
// src/index.ts
|
4928
4929
|
var getVersion = () => {
|
4929
|
-
return "0.5.
|
4930
|
+
return "0.5.34-beta";
|
4930
4931
|
};
|
4931
4932
|
if (typeof window !== "undefined") {
|
4932
4933
|
window.__BTC_WALLET_VERSION = getVersion();
|