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/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/esm/index.js +2 -2
- package/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -4328,7 +4328,7 @@ function getWithdrawTransaction(_0) {
|
|
4328
4328
|
amount: fromAmount == null ? void 0 : fromAmount.toString(),
|
4329
4329
|
msg: JSON.stringify(msg)
|
4330
4330
|
},
|
4331
|
-
gas: "
|
4331
|
+
gas: "150000000000000",
|
4332
4332
|
deposit: "1"
|
4333
4333
|
}
|
4334
4334
|
}
|
@@ -5414,7 +5414,7 @@ function getGroup(state) {
|
|
5414
5414
|
|
5415
5415
|
// src/index.ts
|
5416
5416
|
var getVersion = () => {
|
5417
|
-
return "0.5.
|
5417
|
+
return "0.5.92-beta";
|
5418
5418
|
};
|
5419
5419
|
if (typeof window !== "undefined") {
|
5420
5420
|
window.__BTC_WALLET_VERSION = getVersion();
|