btc-wallet 0.5.85-beta → 0.5.87-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 +3 -3
- package/dist/index.js.map +2 -2
- package/esm/index.js +3 -3
- package/esm/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -3048,7 +3048,7 @@ var walletConfig = {
|
|
3048
3048
|
nearTokenDecimals: 24,
|
3049
3049
|
accountContractId: "acc.ref-labs.near",
|
3050
3050
|
bridgeContractId: "btc-connector.bridge.near",
|
3051
|
-
walletUrl: "https://wallet.
|
3051
|
+
walletUrl: "https://wallet.satos.network",
|
3052
3052
|
bridgeUrl: "https://ramp.satos.network"
|
3053
3053
|
}
|
3054
3054
|
};
|
@@ -3060,7 +3060,7 @@ function getWalletConfig(env) {
|
|
3060
3060
|
});
|
3061
3061
|
}
|
3062
3062
|
var nearRpcUrls = {
|
3063
|
-
mainnet: ["https://
|
3063
|
+
mainnet: ["https://free.rpc.fastnear.com", "https://near.lava.build"],
|
3064
3064
|
testnet: ["https://rpc.testnet.near.org"]
|
3065
3065
|
};
|
3066
3066
|
var btcRpcUrls = {
|
@@ -5390,7 +5390,7 @@ function getGroup(state) {
|
|
5390
5390
|
|
5391
5391
|
// src/index.ts
|
5392
5392
|
var getVersion = () => {
|
5393
|
-
return "0.5.
|
5393
|
+
return "0.5.87-beta";
|
5394
5394
|
};
|
5395
5395
|
if (typeof window !== "undefined") {
|
5396
5396
|
window.__BTC_WALLET_VERSION = getVersion();
|