From 53c3f7899aa9f1e3e9a0102e3b234c16d600867e Mon Sep 17 00:00:00 2001 From: QuickMythril Date: Thu, 19 Oct 2023 13:48:33 -0400 Subject: [PATCH] Reward share limit activation timestamp set to 1698508800000 (Sat Oct 28 2023 16:00:00 UTC) --- 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 9a26c99e..760da97c 100644 --- a/src/main/resources/blockchain.json +++ b/src/main/resources/blockchain.json @@ -22,7 +22,8 @@ "maxRewardSharesPerFounderMintingAccount": 6, "maxRewardSharesByTimestamp": [ { "timestamp": 0, "maxShares": 6 }, - { "timestamp": 1657382400000, "maxShares": 3 } + { "timestamp": 1657382400000, "maxShares": 3 }, + { "timestamp": 1698508800000, "maxShares": 2 } ], "founderEffectiveMintingLevel": 10, "onlineAccountSignaturesMinLifetime": 43200000,