Skip to content

Commit 82d89a9

Browse files
Merge pull request #17 from Beldex-Coin/Hardfork-binary-update
2 parents 2b73de0 + 0ed35cf commit 82d89a9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bchat-desktop",
33
"productName": "BChat",
44
"description": "Private messaging from your desktop",
5-
"version": "2.1.1",
5+
"version": "2.2.0",
66
"license": "GPL-3.0",
77
"author": {
88
"name": "Beldex team",

preload.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,12 @@ if (window.networkType == 'mainnet') {
282282
active: 0,
283283
type: 'Remote',
284284
},
285+
{
286+
host: 'publicnode5.rpcnode.stream',
287+
port: '29095',
288+
active: 0,
289+
type: 'Remote',
290+
},
285291
{
286292
host: 'explorer.beldex.io',
287293
port: '19091',

0 commit comments

Comments
 (0)