btc-wallet 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
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.4";
2925
+ return "0.2.5";
2926
2926
  };
2927
2927
  if (typeof window !== "undefined") {
2928
2928
  window.__PARTICLE_BTC_CONNECT_VERSION = getVersion();