From b8e13985557b1cb477accd6550541cf2a688fc79 Mon Sep 17 00:00:00 2001 From: tryiou Date: Sun, 25 Feb 2024 16:04:33 +0100 Subject: [PATCH] update pivx to latest v5.6.1 mandatory upgrade. --- blockchain-configuration-files/manifest-latest.json | 10 +++++----- .../{pivx--v5.5.0.conf => pivx--v5.6.1.conf} | 0 .../{pivx--v5.5.0.conf => pivx--v5.6.1.conf} | 0 3 files changed, 5 insertions(+), 5 deletions(-) rename blockchain-configuration-files/wallet-confs/{pivx--v5.5.0.conf => pivx--v5.6.1.conf} (100%) rename blockchain-configuration-files/xbridge-confs/{pivx--v5.5.0.conf => pivx--v5.6.1.conf} (100%) diff --git a/blockchain-configuration-files/manifest-latest.json b/blockchain-configuration-files/manifest-latest.json index a13c6a12..992b52cb 100755 --- a/blockchain-configuration-files/manifest-latest.json +++ b/blockchain-configuration-files/manifest-latest.json @@ -1317,7 +1317,7 @@ "dir_name_win": "Litecoin", "repo_url": "https://github.com/litecoin-project/litecoin", "versions": [ - "v0.21.2", + "v0.21.2", "v0.21.2.1", "v0.21.2.2" ], @@ -1725,7 +1725,7 @@ { "blockchain": "PIVX", "ticker": "PIVX", - "ver_id": "pivx--v5.5.0", + "ver_id": "pivx--v5.6.1", "ver_name": "PIVX", "conf_name": "pivx.conf", "dir_name_linux": "pivx", @@ -1733,10 +1733,10 @@ "dir_name_win": "PIVX", "repo_url": "https://github.com/PIVX-Project/PIVX", "versions": [ - "v5.5.0" + "v5.6.1" ], - "xbridge_conf": "pivx--v5.5.0.conf", - "wallet_conf": "pivx--v5.5.0.conf" + "xbridge_conf": "pivx--v5.6.1.conf", + "wallet_conf": "pivx--v5.6.1.conf" }, { "blockchain": "Placeholders", diff --git a/blockchain-configuration-files/wallet-confs/pivx--v5.5.0.conf b/blockchain-configuration-files/wallet-confs/pivx--v5.6.1.conf similarity index 100% rename from blockchain-configuration-files/wallet-confs/pivx--v5.5.0.conf rename to blockchain-configuration-files/wallet-confs/pivx--v5.6.1.conf diff --git a/blockchain-configuration-files/xbridge-confs/pivx--v5.5.0.conf b/blockchain-configuration-files/xbridge-confs/pivx--v5.6.1.conf similarity index 100% rename from blockchain-configuration-files/xbridge-confs/pivx--v5.5.0.conf rename to blockchain-configuration-files/xbridge-confs/pivx--v5.6.1.conf