btc-wallet 0.5.48-beta → 0.5.50-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/core/btcUtils.d.ts +2 -2
- package/dist/index.js +2 -1
- package/dist/index.js.map +2 -2
- package/esm/index.js +2 -1
- package/esm/index.js.map +1 -1
- package/package.json +1 -1
package/esm/index.js
CHANGED
@@ -4965,7 +4965,7 @@ function getGroup(state) {
|
|
4965
4965
|
|
4966
4966
|
// src/index.ts
|
4967
4967
|
var getVersion = () => {
|
4968
|
-
return "0.5.
|
4968
|
+
return "0.5.50-beta";
|
4969
4969
|
};
|
4970
4970
|
if (typeof window !== "undefined") {
|
4971
4971
|
window.__BTC_WALLET_VERSION = getVersion();
|
@@ -4988,6 +4988,7 @@ export {
|
|
4988
4988
|
calculateGasFee,
|
4989
4989
|
calculateGasLimit,
|
4990
4990
|
calculateWithdraw,
|
4991
|
+
checkBridgeTransactionStatus,
|
4991
4992
|
checkGasTokenDebt,
|
4992
4993
|
checkSatoshiWhitelist,
|
4993
4994
|
estimateDepositAmount,
|