btc-wallet 0.5.91-beta → 0.5.92-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
@@ -4255,7 +4255,7 @@ function getWithdrawTransaction(_0) {
4255
4255
  amount: fromAmount == null ? void 0 : fromAmount.toString(),
4256
4256
  msg: JSON.stringify(msg)
4257
4257
  },
4258
- gas: "300000000000000",
4258
+ gas: "150000000000000",
4259
4259
  deposit: "1"
4260
4260
  }
4261
4261
  }
@@ -5343,7 +5343,7 @@ function getGroup(state) {
5343
5343
 
5344
5344
  // src/index.ts
5345
5345
  var getVersion = () => {
5346
- return "0.5.91-beta";
5346
+ return "0.5.92-beta";
5347
5347
  };
5348
5348
  if (typeof window !== "undefined") {
5349
5349
  window.__BTC_WALLET_VERSION = getVersion();