btc-wallet 0.3.34 → 0.4.0-beta
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +3 -2
- package/dist/index.js.map +2 -2
- package/esm/index.js +3 -2
- package/esm/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -3584,7 +3584,8 @@ function checkSatoshiWhitelist(btcAccountId, env = "mainnet") {
|
|
3584
3584
|
if (!isWhitelisted) {
|
3585
3585
|
Dialog.alert({
|
3586
3586
|
title: "Account is not whitelisted",
|
3587
|
-
message: `
|
3587
|
+
message: `We're live on beta mainnet! Join the whitelist to on-ramp your BTC in just 24 hours.
|
3588
|
+
Sign up now: <a style="color: #ff7a00; text-decoration: underline;" href="https://forms.gle/rrTP1ZbGU5mRZpHdA" target="_blank">https://forms.gle/rrTP1ZbGU5mRZpHdA</a>`,
|
3588
3589
|
dangerouslyUseHTML: true,
|
3589
3590
|
closable: false
|
3590
3591
|
});
|
@@ -4052,7 +4053,7 @@ function setupBTCWallet({
|
|
4052
4053
|
|
4053
4054
|
// src/index.ts
|
4054
4055
|
var getVersion = () => {
|
4055
|
-
return "0.
|
4056
|
+
return "0.4.0-beta";
|
4056
4057
|
};
|
4057
4058
|
if (typeof window !== "undefined") {
|
4058
4059
|
window.__BTC_WALLET_VERSION = getVersion();
|