Skip to content

Commit

Permalink
Merge pull request #247 from VerusCoin/dev
Browse files Browse the repository at this point in the history
v1.2.3-1
  • Loading branch information
Asherda authored Jun 15, 2024
2 parents 305bdc1 + 995f1ff commit dc59d28
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ stages:
variables:
DOCKER_DRIVER: overlay2
DEFAULT_VERUSCOIN_BRANCH: release
VERUS_VERSION: 1.2.3
VERUSCOIN_VERSION: 1.2.3
VERUS_VERSION: 1.2.3-1
VERUSCOIN_VERSION: 1.2.3-1
KOMODO_VERSION: 0.8.1
KOMODO_DOWNLOAD_URL: https://github.com/KomodoPlatform/komodo/releases/download
PIRATE_VERSION: 5.8.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "verus-desktop",
"productName": "Verus-Desktop",
"version": "1.2.3",
"version": "1.2.3-1",
"description": "Verus Desktop Wallet App",
"main": "main.js",
"scripts": {
Expand Down
14 changes: 8 additions & 6 deletions routes/chainParams.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ const chainParams = {
daemon: 0
},
VRSC: {
ac_name: "VRSC"
},
ac_name: "VRSC",
fastload: 1
},
ZEC: {
addnode: ['mainnet.z.cash']
},
VRSCTEST: {
ac_name: "VRSCTEST",
fastload: 1
},
SUPERNET: {
ac_name: "SUPERNET",
Expand All @@ -30,8 +32,8 @@ const chainParams = {
ac_staked: 90,
ac_public: 1,
addnode: [
'37.187.225.231',
'51.38.38.134',
'37.187.225.231',
'51.38.38.134',
],
},
PANGEA: {
Expand Down Expand Up @@ -95,7 +97,7 @@ const chainParams = {
ac_name: "COQUI",
ac_supply: 72000000,
ac_ccactivate: 200000,
},
},
KMDICE: {
ac_name: "KMDICE",
ac_supply: 10500000,
Expand All @@ -120,7 +122,7 @@ const chainParams = {
ac_name: "EQL",
ac_supply: 500000000,
addnode: ['46.101.124.153'],
ac_ccactivate: 205000,
ac_ccactivate: 205000,
},
AXO: {
ac_name: "AXO",
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.3",
"version": "1.2.3-1",
"minVersion": "1.2.3",
"versionUrl": "https://raw.githubusercontent.com/VerusCoin/Verus-Desktop/master/version.json",
"repository": "https://github.com/VerusCoin/Verus-Desktop/"
Expand Down
2 changes: 1 addition & 1 deletion version_build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.3
1.2.3-1

0 comments on commit dc59d28

Please sign in to comment.