btc-wallet 0.2.9 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +1 -2
- package/dist/index.js.map +2 -2
- package/esm/index.js +1 -2
- package/esm/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -2232,7 +2232,6 @@ function InitBtcWalletSelectorContext() {
|
|
2232
2232
|
return null;
|
2233
2233
|
}
|
2234
2234
|
function useBtcWalletSelector() {
|
2235
|
-
console.log("useBtcWalletSelector");
|
2236
2235
|
const { openConnectModal, openConnectModalAsync, disconnect, requestDirectAccount } = useConnectModal();
|
2237
2236
|
const { accounts, sendBitcoin: sendBitcoin2, getPublicKey, provider, signMessage, connector } = useBTCProvider();
|
2238
2237
|
const publicKey = (0, import_react11.useRef)(null);
|
@@ -3099,7 +3098,7 @@ function executeBurrowSupply(_0) {
|
|
3099
3098
|
|
3100
3099
|
// src/index.ts
|
3101
3100
|
var getVersion = () => {
|
3102
|
-
return "0.
|
3101
|
+
return "0.3.0";
|
3103
3102
|
};
|
3104
3103
|
if (typeof window !== "undefined") {
|
3105
3104
|
window.__PARTICLE_BTC_CONNECT_VERSION = getVersion();
|