btc-wallet 0.2.4 → 0.2.5
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 -3
- package/dist/index.js.map +2 -2
- package/esm/index.js +3 -3
- package/esm/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -2767,10 +2767,10 @@ var BTCWallet = (_0) => __async(void 0, [_0], function* ({
|
|
2767
2767
|
chain_id: "397",
|
2768
2768
|
csna: accountId,
|
2769
2769
|
near_transactions: newTransactions.map((t) => t.txHex),
|
2770
|
-
nonce,
|
2771
2770
|
gas_token: currentConfig.token,
|
2772
2771
|
gas_limit: "3000",
|
2773
|
-
use_near_pay_gas: false
|
2772
|
+
use_near_pay_gas: false,
|
2773
|
+
nonce
|
2774
2774
|
};
|
2775
2775
|
const nearAccount = yield provider.query({
|
2776
2776
|
request_type: "view_account",
|
@@ -2922,7 +2922,7 @@ function pollTransactionStatuses(network, hashes) {
|
|
2922
2922
|
|
2923
2923
|
// src/index.ts
|
2924
2924
|
var getVersion = () => {
|
2925
|
-
return "0.2.
|
2925
|
+
return "0.2.5";
|
2926
2926
|
};
|
2927
2927
|
if (typeof window !== "undefined") {
|
2928
2928
|
window.__PARTICLE_BTC_CONNECT_VERSION = getVersion();
|