From 64e102a8c6bfd35b9cc4bf857184630e0eb11e93 Mon Sep 17 00:00:00 2001 From: CalDescent Date: Sun, 24 Apr 2022 15:27:21 +0100 Subject: [PATCH] Name registration fee reduction to 1.25 QORT set to Sun, 01 May 2022 16:00:00 GMT --- src/main/resources/blockchain.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/blockchain.json b/src/main/resources/blockchain.json index be62aee4..1f20ccfe 100644 --- a/src/main/resources/blockchain.json +++ b/src/main/resources/blockchain.json @@ -5,7 +5,8 @@ "maxBytesPerUnitFee": 1024, "unitFee": "0.001", "nameRegistrationUnitFees": [ - { "timestamp": 1645372800000, "fee": "5" } + { "timestamp": 1645372800000, "fee": "5" }, + { "timestamp": 1651420800000, "fee": "1.25" } ], "useBrokenMD160ForAddresses": false, "requireGroupForApproval": false,