diff --git a/app/package.json b/app/package.json index 2b9fb2fae8..c9f9c375fe 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "lisk-desktop", - "version": "3.0.0-beta.2", + "version": "3.0.0-rc.0", "productName": "Lisk", "description": "Lisk", "main": "./build/main.js", diff --git a/package.json b/package.json index 79ad990fd4..c70a770f13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Lisk", - "version": "3.0.0-beta.2", + "version": "3.0.0-rc.0", "author": "Lisk Foundation , lightcurve GmbH ", "license": "GPL-3.0", "productName": "Lisk", diff --git a/src/modules/network/configuration/networks.js b/src/modules/network/configuration/networks.js index a2c7fd7f4a..c6bc5d8d95 100644 --- a/src/modules/network/configuration/networks.js +++ b/src/modules/network/configuration/networks.js @@ -41,7 +41,7 @@ const networks = { label: 'Testnet', serviceUrl: 'https://testnet-service.lisk.com', wsServiceUrl: 'wss://testnet-service.lisk.com', - isAvailable: false, + isAvailable: true, }, [networkKeys.customNode]: { name: networkKeys.customNode,