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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,8 @@
"maxRewardSharesPerFounderMintingAccount": 6, "maxRewardSharesPerFounderMintingAccount": 6,
"maxRewardSharesByTimestamp": [ "maxRewardSharesByTimestamp": [
{ "timestamp": 0, "maxShares": 6 }, { "timestamp": 0, "maxShares": 6 },
{ "timestamp": 1657382400000, "maxShares": 3 } { "timestamp": 1657382400000, "maxShares": 3 },
{ "timestamp": 1698508800000, "maxShares": 2 }
], ],
"founderEffectiveMintingLevel": 10, "founderEffectiveMintingLevel": 10,
"onlineAccountSignaturesMinLifetime": 43200000, "onlineAccountSignaturesMinLifetime": 43200000,