Skip to content

Commit d87e565

Browse files
authored
Merge pull request #1 from Rixxter/new_branch
changed autonode and web address
2 parents f03a2ba + 0e40c91 commit d87e565

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src-electron/main-process/menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ let template = [
3535
submenu: [
3636
{
3737
label: "Learn More",
38-
click () { require("electron").shell.openExternal("https://xwp.one/") }
38+
click () { require("electron").shell.openExternal("https://swap.foundation/") }
3939
}
4040
]
4141
}

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

Lines changed: 1 addition & 1 deletion
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.fyi",
63+
remote_host: "autonode.xwp.one",
6464
remote_port: 19950
6565
},
6666
stagenet: {

0 commit comments

Comments
 (0)