From 6cd722e735ad150cb5a09ca3b616a6259b1ee9a6 Mon Sep 17 00:00:00 2001 From: AlphaX-Projects <77661270+AlphaX-Projects@users.noreply.github.com> Date: Wed, 6 Dec 2023 16:17:34 +0100 Subject: [PATCH] Update testchain.json --- testnet/testchain.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/testnet/testchain.json b/testnet/testchain.json index 089bd693..66287bef 100644 --- a/testnet/testchain.json +++ b/testnet/testchain.json @@ -27,6 +27,9 @@ "onlineAccountsModulusV2Timestamp": 0, "selfSponsorshipAlgoV1SnapshotTimestamp": 9999999999999, "mempowTransactionUpdatesTimestamp": 1692554400000, + "blockRewardBatchStartHeight": 10000, + "blockRewardBatchSize": 1000, + "blockRewardBatchAccountsBlockCount": 25, "rewardsByHeight": [ { "height": 1, "reward": 5.00 }, { "height": 259201, "reward": 4.75 }, @@ -69,8 +72,8 @@ ], "ciyamAtSettings": { "feePerStep": "0.00000001", - "maxStepsPerRound": 500, - "stepsPerFunctionCall": 10, + "maxStepsPerRound": 1000, + "stepsPerFunctionCall": 100, "minutesPerBlock": 1 }, "featureTriggers": { @@ -89,11 +92,11 @@ "selfSponsorshipAlgoV1Height": 9999999, "feeValidationFixTimestamp": 0, "chatReferenceTimestamp": 0, - "arbitraryOptionalFeeTimestamp": 1678622400000 + "arbitraryOptionalFeeTimestamp": 0 }, "genesisInfo": { "version": 4, - "timestamp": "1677572542000", + "timestamp": "1701874800000", "transactions": [ { "type": "ISSUE_ASSET", "assetName": "QORT", "description": "QORTAL coin", "quantity": 0, "isDivisible": true, "data": "{}" }, { "type": "ISSUE_ASSET", "assetName": "Legacy-QORA", "description": "Representative legacy QORA", "quantity": 0, "isDivisible": true, "data": "{}", "isUnspendable": true }, @@ -2661,4 +2664,4 @@ { "type": "GENESIS", "recipient": "QU7EUWDZz7qJVPih3wL9RKTHRfPFy4ASHC", "amount": 10 } ] } -} \ No newline at end of file +}