btc-wallet 0.5.21-beta → 0.5.22-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/esm/index.js CHANGED
@@ -4451,8 +4451,7 @@ var BTCWallet = (_0) => __async(void 0, [_0], function* ({
4451
4451
  signMessage,
4452
4452
  isSignedIn,
4453
4453
  signAndSendTransaction,
4454
- signAndSendTransactions,
4455
- calculateGasLimit
4454
+ signAndSendTransactions
4456
4455
  };
4457
4456
  const env = metadata.env || options.network.networkId || "mainnet";
4458
4457
  const currentConfig = getWalletConfig(env);
@@ -4741,7 +4740,7 @@ function setupBTCWallet({
4741
4740
 
4742
4741
  // src/index.ts
4743
4742
  var getVersion = () => {
4744
- return "0.5.21-beta";
4743
+ return "0.5.22-beta";
4745
4744
  };
4746
4745
  if (typeof window !== "undefined") {
4747
4746
  window.__BTC_WALLET_VERSION = getVersion();
@@ -4761,6 +4760,7 @@ export {
4761
4760
  WizzConnector,
4762
4761
  XverseConnector,
4763
4762
  btcRpcUrls,
4763
+ calculateGasLimit,
4764
4764
  checkGasTokenDebt,
4765
4765
  checkSatoshiWhitelist,
4766
4766
  estimateDepositAmount,