btc-wallet 0.5.16-beta → 0.5.17-beta
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.ts +1 -0
- package/dist/index.js +6 -2
- package/dist/index.js.map +2 -2
- package/esm/index.js +6 -2
- package/esm/index.js.map +2 -2
- package/package.json +1 -1
package/esm/index.js
CHANGED
@@ -4687,7 +4687,7 @@ function setupBTCWallet({
|
|
4687
4687
|
|
4688
4688
|
// src/index.ts
|
4689
4689
|
var getVersion = () => {
|
4690
|
-
return "0.5.
|
4690
|
+
return "0.5.17-beta";
|
4691
4691
|
};
|
4692
4692
|
if (typeof window !== "undefined") {
|
4693
4693
|
window.__BTC_WALLET_VERSION = getVersion();
|
@@ -4706,6 +4706,7 @@ export {
|
|
4706
4706
|
UnisatConnector,
|
4707
4707
|
WizzConnector,
|
4708
4708
|
XverseConnector,
|
4709
|
+
btcRpcUrls,
|
4709
4710
|
checkGasTokenDebt,
|
4710
4711
|
checkSatoshiWhitelist,
|
4711
4712
|
estimateDepositAmount,
|
@@ -4715,7 +4716,9 @@ export {
|
|
4715
4716
|
getCsnaAccountId,
|
4716
4717
|
getDepositAmount,
|
4717
4718
|
getVersion,
|
4719
|
+
getWalletConfig,
|
4718
4720
|
getWithdrawTransaction,
|
4721
|
+
nearRpcUrls,
|
4719
4722
|
sendBitcoin,
|
4720
4723
|
setupBTCWallet,
|
4721
4724
|
useAccountContract,
|
@@ -4724,6 +4727,7 @@ export {
|
|
4724
4727
|
useBtcWalletSelector,
|
4725
4728
|
useConnectModal,
|
4726
4729
|
useConnector,
|
4727
|
-
useETHProvider
|
4730
|
+
useETHProvider,
|
4731
|
+
walletConfig
|
4728
4732
|
};
|
4729
4733
|
//# sourceMappingURL=index.js.map
|