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/esm/index.js CHANGED
@@ -2876,7 +2876,7 @@ var walletConfig = {
2876
2876
  token: "nbtc.toalice.near",
2877
2877
  accountContractId: "acc.toalice.near",
2878
2878
  bridgeContractId: "brg.toalice.near",
2879
- walletUrl: "http://localhost:3100",
2879
+ walletUrl: "https://wallet-stg.satoshibridge.top",
2880
2880
  bridgeUrl: "https://old.ramp.satos.network"
2881
2881
  },
2882
2882
  mainnet: {
@@ -4389,7 +4389,7 @@ function setupBTCWallet({
4389
4389
 
4390
4390
  // src/index.ts
4391
4391
  var getVersion = () => {
4392
- return "0.5.1-beta";
4392
+ return "0.5.2-beta";
4393
4393
  };
4394
4394
  if (typeof window !== "undefined") {
4395
4395
  window.__BTC_WALLET_VERSION = getVersion();