Skip to content

Commit 13e3782

Browse files
authored
Merge pull request #2 from Rixxter/new_branch
link changed
2 parents d87e565 + 73bad4a commit 13e3782

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Swap uses Cryptonote Privacy Blockchain + Cuckaroo29s (Proof of Work)
55

66
Stable Network | No Governance Fee | No Premine | No BS
77

8-
More information on the project can be found on the [website](https://xwp.one) and in the [github](https://github.com/swap-dev/). Swap is an open source project, and totally driven by communities. We encourage people to offer PR to support a non-premine project.
8+
More information on the project can be found on the [website](https://swap.foundation) and in the [github](https://github.com/swap-dev/). Swap is an open source project, and totally driven by communities. We encourage people to offer PR to support a non-premine project.
99
<p align="center">
1010
<img src="https://raw.githubusercontent.com/swap-dev/swap-electron-gui-wallet/v3.0.1/src-electron/icons/mrcuug.png" width="600">
1111
</p>

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)