3
0
mirror of https://github.com/Qortal/qortal.git synced 2025-02-14 11:15:49 +00:00

Update testchain.json

This commit is contained in:
AlphaX 2024-07-17 17:06:07 +02:00 committed by GitHub
parent 21257065ff
commit 02346bd9f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@
"maxBlockSize": 2097152, "maxBlockSize": 2097152,
"maxBytesPerUnitFee": 1024, "maxBytesPerUnitFee": 1024,
"unitFees": [ "unitFees": [
{ "timestamp": 0, "fee": "0.001" } { "timestamp": 0, "fee": "0.01" }
], ],
"nameRegistrationUnitFees": [ "nameRegistrationUnitFees": [
{ "timestamp": 0, "fee": "1.25" } { "timestamp": 0, "fee": "1.25" }
@ -26,6 +26,9 @@
"onlineAccountSignaturesMaxLifetime": 86400000, "onlineAccountSignaturesMaxLifetime": 86400000,
"onlineAccountsModulusV2Timestamp": 0, "onlineAccountsModulusV2Timestamp": 0,
"selfSponsorshipAlgoV1SnapshotTimestamp": 9999999999999, "selfSponsorshipAlgoV1SnapshotTimestamp": 9999999999999,
"selfSponsorshipAlgoV2SnapshotTimestamp": 9999999999999,
"selfSponsorshipAlgoV3SnapshotTimestamp": 9999999999999,
"referenceTimestampBlock": 1670684455220,
"mempowTransactionUpdatesTimestamp": 1692554400000, "mempowTransactionUpdatesTimestamp": 1692554400000,
"blockRewardBatchStartHeight": 10000, "blockRewardBatchStartHeight": 10000,
"blockRewardBatchSize": 1000, "blockRewardBatchSize": 1000,
@ -90,9 +93,15 @@
"increaseOnlineAccountsDifficultyTimestamp": 9999999999999, "increaseOnlineAccountsDifficultyTimestamp": 9999999999999,
"onlineAccountMinterLevelValidationHeight": 0, "onlineAccountMinterLevelValidationHeight": 0,
"selfSponsorshipAlgoV1Height": 9999999, "selfSponsorshipAlgoV1Height": 9999999,
"selfSponsorshipAlgoV2Height": 9999999,
"selfSponsorshipAlgoV3Height": 9999999,
"feeValidationFixTimestamp": 0, "feeValidationFixTimestamp": 0,
"chatReferenceTimestamp": 0, "chatReferenceTimestamp": 0,
"arbitraryOptionalFeeTimestamp": 0 "arbitraryOptionalFeeTimestamp": 0,
"unconfirmableRewardSharesHeight": 0,
"disableTransferPrivsTimestamp": 9999999999990,
"enableTransferPrivsTimestamp": 9999999999999,
"cancelSellNameValidationTimestamp": 9999999999999
}, },
"genesisInfo": { "genesisInfo": {
"version": 4, "version": 4,