btc-wallet 0.5.18-beta → 0.5.19-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.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
@@ -4414,7 +4414,6 @@ var BTCWallet = (_0) => __async(void 0, [_0], function* ({
|
|
4414
4414
|
const btcPublicKey = yield btcContext.getPublicKey();
|
4415
4415
|
if (btcPublicKey) {
|
4416
4416
|
yield getNearAccountByBtcPublicKey(btcPublicKey);
|
4417
|
-
yield checkSatoshiWhitelist(btcContext.account, env);
|
4418
4417
|
removeWalletButton();
|
4419
4418
|
setupWalletButton(env, wallet, btcContext);
|
4420
4419
|
}
|
@@ -4674,7 +4673,7 @@ function setupBTCWallet({
|
|
4674
4673
|
|
4675
4674
|
// src/index.ts
|
4676
4675
|
var getVersion = () => {
|
4677
|
-
return "0.5.
|
4676
|
+
return "0.5.19-beta";
|
4678
4677
|
};
|
4679
4678
|
if (typeof window !== "undefined") {
|
4680
4679
|
window.__BTC_WALLET_VERSION = getVersion();
|