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 +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
@@ -4745,7 +4745,7 @@ var BTCWallet = (_0) => __async(void 0, [_0], function* ({
|
|
4745
4745
|
gas_limit: gasLimit,
|
4746
4746
|
use_near_pay_gas: useNearPayGas,
|
4747
4747
|
nonce,
|
4748
|
-
replace:
|
4748
|
+
replace: true
|
4749
4749
|
};
|
4750
4750
|
const strIntention = JSON.stringify(intention);
|
4751
4751
|
const signature = yield btcContext.signMessage(strIntention);
|
@@ -4883,7 +4883,7 @@ function getGroup(state) {
|
|
4883
4883
|
|
4884
4884
|
// src/index.ts
|
4885
4885
|
var getVersion = () => {
|
4886
|
-
return "0.5.
|
4886
|
+
return "0.5.47-beta";
|
4887
4887
|
};
|
4888
4888
|
if (typeof window !== "undefined") {
|
4889
4889
|
window.__BTC_WALLET_VERSION = getVersion();
|