Reward share limit activation timestamp set to 1698508800000 (Sat Oct 28 2023 16:00:00 UTC)

This commit is contained in:
QuickMythril
2023-10-19 13:48:33 -04:00
committed by GitHub
parent f7f2d70b77
commit 53c3f7899a

View File

@@ -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,