Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Changes for stable release (#10)
Browse files Browse the repository at this point in the history
* Add two more public nodes

* Version Bump
  • Loading branch information
Sayan Bhattacharyya authored Oct 20, 2020
1 parent 957f4fb commit ed3f1cd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "xolentum-gui-wallet",
"version": "1.0.1-beta",
"version": "1.0.0",
"description": "GUI interface for Xolentum",
"productName": "Xolentum GUI Wallet",
"repository": {
"type": "git",
"url": "https://github.com/xolentum/gui-wallet"
},
"author": {
"name": "The Xolentum Developers",
"name": "The Xolentum Project",
"email": "atom@xolentum.org"
},
"private": true,
Expand Down
8 changes: 8 additions & 0 deletions src-electron/main-process/modules/backend.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,14 @@ export class Backend {
{
host: "xol-node1.zechtech.us",
port: "13580"
},
{
host: "xol-node2.zechtech.us",
port: "13580"
},
{
host: "xol.fluxcdn.com",
port: "13580"
}
];

Expand Down

0 comments on commit ed3f1cd

Please sign in to comment.