Skip to content

Commit 73bad4a

Browse files
committed
link changed
1 parent f5c0ef9 commit 73bad4a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src-electron/main-process/modules/backend.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export class Backend {
6060
const daemons = {
6161
mainnet: {
6262
...daemon,
63-
remote_host: "autonode.xwp.one",
63+
remote_host: "autonode.swap.foundation",
6464
remote_port: 19950
6565
},
6666
stagenet: {
@@ -104,7 +104,7 @@ export class Backend {
104104

105105
this.remotes = [
106106
{
107-
host: "autonode.xwp.fyi",
107+
host: "autonode.swap.foundation",
108108
port: "19950"
109109
}
110110
]

src/components/mainmenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
<div class="q-mt-md q-mb-lg external-links">
4444
<p>
45-
<a @click="openExternal('https://xwp.one/')" href="#">https://xwp.one/</a>
45+
<a @click="openExternal('https://swap.foundation/')" href="#">https://swap.foundation/</a>
4646
</p>
4747
<p>
4848
<a @click="openExternal('https://t.me/swapxwp')" href="#">Telegram</a> -

0 commit comments

Comments
 (0)