btc-wallet 0.5.1-beta → 0.5.2-beta
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +2 -2
- package/dist/index.js.map +2 -2
- package/esm/index.js +2 -2
- package/esm/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -2925,7 +2925,7 @@ var walletConfig = {
|
|
2925
2925
|
token: "nbtc.toalice.near",
|
2926
2926
|
accountContractId: "acc.toalice.near",
|
2927
2927
|
bridgeContractId: "brg.toalice.near",
|
2928
|
-
walletUrl: "
|
2928
|
+
walletUrl: "https://wallet-stg.satoshibridge.top",
|
2929
2929
|
bridgeUrl: "https://old.ramp.satos.network"
|
2930
2930
|
},
|
2931
2931
|
mainnet: {
|
@@ -4438,7 +4438,7 @@ function setupBTCWallet({
|
|
4438
4438
|
|
4439
4439
|
// src/index.ts
|
4440
4440
|
var getVersion = () => {
|
4441
|
-
return "0.5.
|
4441
|
+
return "0.5.2-beta";
|
4442
4442
|
};
|
4443
4443
|
if (typeof window !== "undefined") {
|
4444
4444
|
window.__BTC_WALLET_VERSION = getVersion();
|