We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b73de0 + 0ed35cf commit 82d89a9Copy full SHA for 82d89a9
package.json
@@ -2,7 +2,7 @@
2
"name": "bchat-desktop",
3
"productName": "BChat",
4
"description": "Private messaging from your desktop",
5
- "version": "2.1.1",
+ "version": "2.2.0",
6
"license": "GPL-3.0",
7
"author": {
8
"name": "Beldex team",
preload.js
@@ -282,6 +282,12 @@ if (window.networkType == 'mainnet') {
282
active: 0,
283
type: 'Remote',
284
},
285
+ {
286
+ host: 'publicnode5.rpcnode.stream',
287
+ port: '29095',
288
+ active: 0,
289
+ type: 'Remote',
290
+ },
291
{
292
host: 'explorer.beldex.io',
293
port: '19091',
0 commit comments