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/esm/index.js
CHANGED
@@ -2726,10 +2726,10 @@ var BTCWallet = (_0) => __async(void 0, [_0], function* ({
|
|
2726
2726
|
chain_id: "397",
|
2727
2727
|
csna: accountId,
|
2728
2728
|
near_transactions: newTransactions.map((t) => t.txHex),
|
2729
|
-
nonce,
|
2730
2729
|
gas_token: currentConfig.token,
|
2731
2730
|
gas_limit: "3000",
|
2732
|
-
use_near_pay_gas: false
|
2731
|
+
use_near_pay_gas: false,
|
2732
|
+
nonce
|
2733
2733
|
};
|
2734
2734
|
const nearAccount = yield provider.query({
|
2735
2735
|
request_type: "view_account",
|
@@ -2881,7 +2881,7 @@ function pollTransactionStatuses(network, hashes) {
|
|
2881
2881
|
|
2882
2882
|
// src/index.ts
|
2883
2883
|
var getVersion = () => {
|
2884
|
-
return "0.2.
|
2884
|
+
return "0.2.5";
|
2885
2885
|
};
|
2886
2886
|
if (typeof window !== "undefined") {
|
2887
2887
|
window.__PARTICLE_BTC_CONNECT_VERSION = getVersion();
|