Skip to content
This repository was archived by the owner on Sep 15, 2023. It is now read-only.

Commit 37c7ebf

Browse files
committed
Increment version
1 parent ce7868d commit 37c7ebf

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scala-electron-wallet",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Modern GUI interface for Scala Currency",
55
"productName": "Scala Electron Wallet",
66
"cordovaId": "com.scalanetwork.wallet",

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,8 @@ export class Backend {
108108
port: "20189"
109109
},
110110
{
111-
host: "daemons.cryptopool.space",
111+
host: "xlanode.com",
112112
port: "20189"
113-
},
114-
{
115-
host: "nodes.hashvault.pro",
116-
port: "22023"
117113
}
118114
]
119115

0 commit comments

Comments
 (0)