From 0a89e62459030d5f6a8b23bacecfc85813e3da3d Mon Sep 17 00:00:00 2001 From: jouzo Date: Wed, 18 Jan 2023 09:21:57 +0100 Subject: [PATCH] Add missing fork dates --- src/chainparams.cpp | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/chainparams.cpp b/src/chainparams.cpp index 96671943f3..29c491f4ec 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -119,23 +119,23 @@ class CMainParams : public CChainParams { consensus.BIP34Hash = uint256(); consensus.BIP65Height = 0; // 000000000000000004c2b624ed5d7756c508d90fd0da2c7c679febfa6c4735f0 consensus.BIP66Height = 0; // 00000000000000000379eaa19dce8c9b722d46ae6a57c2f1a988119488b50931 - consensus.AMKHeight = 356500; - consensus.BayfrontHeight = 405000; - consensus.BayfrontMarinaHeight = 465150; - consensus.BayfrontGardensHeight = 488300; - consensus.ClarkeQuayHeight = 595738; - consensus.DakotaHeight = 678000; // 1st March 2021 - consensus.DakotaCrescentHeight = 733000; // 25th March 2021 - consensus.EunosHeight = 894000; // 3rd June 2021 - consensus.EunosKampungHeight = 895743; - consensus.EunosPayaHeight = 1072000; // Aug 05, 2021. - consensus.FortCanningHeight = 1367000; // Nov 15, 2021. - consensus.FortCanningMuseumHeight = 1430640; - consensus.FortCanningParkHeight = 1503143; - consensus.FortCanningHillHeight = 1604999; // Feb 7, 2022. - consensus.FortCanningRoadHeight = 1786000; // April 11, 2022. - consensus.FortCanningCrunchHeight = 1936000; // June 2, 2022. - consensus.FortCanningSpringHeight = 2033000; // July 6, 2022. + consensus.AMKHeight = 356500; // Oct 12th, 2020. + consensus.BayfrontHeight = 405000; // Nov 2nd, 2020. + consensus.BayfrontMarinaHeight = 465150; // Nov 28th, 2020. + consensus.BayfrontGardensHeight = 488300; // Dec 8th, 2020. + consensus.ClarkeQuayHeight = 595738; // Jan 24th, 2021. + consensus.DakotaHeight = 678000; // Mar 1st, 2021. + consensus.DakotaCrescentHeight = 733000; // Mar 25th, 2021. + consensus.EunosHeight = 894000; // Jun 3rd, 2021. + consensus.EunosKampungHeight = 895743; // Jun 4th, 2021. + consensus.EunosPayaHeight = 1072000; // Aug 5th, 2021. + consensus.FortCanningHeight = 1367000; // Nov 15th, 2021. + consensus.FortCanningMuseumHeight = 1430640; // Dec 7th, 2021. + consensus.FortCanningParkHeight = 1503143; // Jan 2nd, 2022. + consensus.FortCanningHillHeight = 1604999; // Feb 7th, 2022. + consensus.FortCanningRoadHeight = 1786000; // April 11th, 2022. + consensus.FortCanningCrunchHeight = 1936000; // June 2nd, 2022. + consensus.FortCanningSpringHeight = 2033000; // July 6th, 2022. consensus.FortCanningGreatWorldHeight = 2212000; // Sep 7th, 2022. consensus.FortCanningEpilogueHeight = 2257500; // Sep 22nd, 2022. consensus.GrandCentralHeight = 2479000; // Dec 8th, 2022.