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/esm/index.js
CHANGED
@@ -2197,7 +2197,6 @@ function InitBtcWalletSelectorContext() {
|
|
2197
2197
|
return null;
|
2198
2198
|
}
|
2199
2199
|
function useBtcWalletSelector() {
|
2200
|
-
console.log("useBtcWalletSelector");
|
2201
2200
|
const { openConnectModal, openConnectModalAsync, disconnect, requestDirectAccount } = useConnectModal();
|
2202
2201
|
const { accounts, sendBitcoin: sendBitcoin2, getPublicKey, provider, signMessage, connector } = useBTCProvider();
|
2203
2202
|
const publicKey = useRef(null);
|
@@ -3064,7 +3063,7 @@ function executeBurrowSupply(_0) {
|
|
3064
3063
|
|
3065
3064
|
// src/index.ts
|
3066
3065
|
var getVersion = () => {
|
3067
|
-
return "0.
|
3066
|
+
return "0.3.0";
|
3068
3067
|
};
|
3069
3068
|
if (typeof window !== "undefined") {
|
3070
3069
|
window.__PARTICLE_BTC_CONNECT_VERSION = getVersion();
|