Skip to content

Commit 5f3c04b

Browse files
committed
Rebranding
1 parent 8f5b8ba commit 5f3c04b

File tree

21 files changed

+27
-27
lines changed

21 files changed

+27
-27
lines changed
-469 KB
Binary file not shown.
41.4 KB
Loading
-2.94 KB
Binary file not shown.
6.12 KB
Loading

launcher/src/backend/ServiceManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1745,7 +1745,7 @@ export class ServiceManager {
17451745
let metricsExporter = newServices.filter(({ id: id1 }) => !services.some(({ id: id2 }) => id2 === id1))[0];
17461746
metricsExporter.command = [];
17471747
metricsExporter.command.push(
1748-
`--server.address=https://beacon.stratisevm.com/api/v1/client/metrics?apikey=${data.apiKey}&machine=${data.machineName}`,
1748+
`--server.address=https://beacon.xertra.com/api/v1/client/metrics?apikey=${data.apiKey}&machine=${data.machineName}`,
17491749
`--system.partition=/host/rootfs`
17501750
);
17511751
if (selectedValidator.service == "PrysmValidatorService") {

launcher/src/backend/ethereum-services/MetricsExporterService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export class MetricsExporterService extends NodeService {
1818
image, // image,
1919
"latest", // imageVersion,
2020
[
21-
`--server.address=https://beacon.stratisevm.com/api/v1/client/metrics?apikey=<API_KEY>&machine=<MACHINE_NAME>`,
21+
`--server.address=https://beacon.xertra.com/api/v1/client/metrics?apikey=<API_KEY>&machine=<MACHINE_NAME>`,
2222
`--system.partition=/host/rootfs`,
2323
`--beaconnode.type=prysm`,
2424
`--beaconnode.address=http://stereum-<SERVICE_ID>:8080/metrics`,

launcher/src/backend/ethereum-services/NodeService.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ import * as path from "path";
66
export const networks = {
77
stratis: {
88
name: "stratis",
9-
dataEndpoint: "https://beacon.stratisevm.com/api/v1",
9+
dataEndpoint: "https://beacon.xertra.com/api/v1",
1010
},
1111
auroria: {
1212
name: "auroria",
13-
dataEndpoint: "https://auroria.beacon.stratisevm.com/api/v1",
13+
dataEndpoint: "https://auroria.beacon.xertra.com/api/v1",
1414
},
1515
};
1616

launcher/src/components/UI/base-header/components/modals/NotifModal.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
</div>
7777
</div>
7878
<div class="go-to-link">
79-
{{ $t("notifModal.goTo") }}<span @click="openBeaconcha()">https://beacon.stratisevm.com/user/settings#app</span>
79+
{{ $t("notifModal.goTo") }}<span @click="openBeaconcha()">https://beacon.xertra.com/user/settings#app</span>
8080
</div>
8181
<div class="enter-box">
8282
<div class="enter-input">
@@ -255,7 +255,7 @@ export default {
255255
}
256256
},
257257
openBeaconcha() {
258-
let url = "https://beacon.stratisevm.com/user/settings#app";
258+
let url = "https://beacon.xertra.com/user/settings#app";
259259
window.open(url, "_blank");
260260
},
261261
},

launcher/src/components/UI/staking-page/components/list/rows/KeyRow.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ const displayText = computed(() => {
303303
//Methods
304304
const navToBeaconcha = (network) => {
305305
const urls = {
306-
stratis: "https://beacon.stratisevm.com/",
307-
auroria: "https://auroria.beacon.stratisevm.com/",
306+
stratis: "https://beacon.xertra.com/",
307+
auroria: "https://auroria.beacon.xertra.com/",
308308
};
309309
310310
const url = urls[network] + "validator/" + props.item.key;

launcher/src/languages/bg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@
935935
"readConeq": "ПРОЧЕТОХ ТЕКСТА И СЪМ НАЯСНО С ПОСЛЕДСТВИЯТА"
936936
},
937937
"welcomePage": {
938-
"logedOut": "Ще бъдете изписани от Stratis Launcher. Ще трябва да влезете отново, за да получите достъп до вашия нод.",
938+
"logedOut": "Ще бъдете изписани от Xertra Launcher. Ще трябва да влезете отново, за да получите достъп до вашия нод.",
939939
"logOut": "Излизане",
940940
"logOutMsg": "Наистина ли искате да излезете от профила си?",
941941
"logOutBtn": "Изход",

0 commit comments

Comments
 (0)