btc-wallet 0.5.16-beta → 0.5.17-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.d.ts CHANGED
@@ -4,4 +4,5 @@ export * from './hooks';
4
4
  export * from './core/btcWalletSelectorContext';
5
5
  export * from './core/setupBTCWallet/index';
6
6
  export * from './core/btcUtils';
7
+ export * from './config';
7
8
  export declare const getVersion: () => string;
package/dist/index.js CHANGED
@@ -91,6 +91,7 @@ __export(src_exports, {
91
91
  UnisatConnector: () => UnisatConnector,
92
92
  WizzConnector: () => WizzConnector,
93
93
  XverseConnector: () => XverseConnector,
94
+ btcRpcUrls: () => btcRpcUrls,
94
95
  checkGasTokenDebt: () => checkGasTokenDebt,
95
96
  checkSatoshiWhitelist: () => checkSatoshiWhitelist,
96
97
  estimateDepositAmount: () => estimateDepositAmount,
@@ -100,7 +101,9 @@ __export(src_exports, {
100
101
  getCsnaAccountId: () => getCsnaAccountId,
101
102
  getDepositAmount: () => getDepositAmount,
102
103
  getVersion: () => getVersion,
104
+ getWalletConfig: () => getWalletConfig,
103
105
  getWithdrawTransaction: () => getWithdrawTransaction,
106
+ nearRpcUrls: () => nearRpcUrls,
104
107
  sendBitcoin: () => sendBitcoin,
105
108
  setupBTCWallet: () => setupBTCWallet,
106
109
  useAccountContract: () => useAccountContract,
@@ -109,7 +112,8 @@ __export(src_exports, {
109
112
  useBtcWalletSelector: () => useBtcWalletSelector,
110
113
  useConnectModal: () => useConnectModal,
111
114
  useConnector: () => useConnector,
112
- useETHProvider: () => useETHProvider
115
+ useETHProvider: () => useETHProvider,
116
+ walletConfig: () => walletConfig
113
117
  });
114
118
  module.exports = __toCommonJS(src_exports);
115
119
 
@@ -4733,7 +4737,7 @@ function setupBTCWallet({
4733
4737
 
4734
4738
  // src/index.ts
4735
4739
  var getVersion = () => {
4736
- return "0.5.16-beta";
4740
+ return "0.5.17-beta";
4737
4741
  };
4738
4742
  if (typeof window !== "undefined") {
4739
4743
  window.__BTC_WALLET_VERSION = getVersion();