Browse Source

Update testchain.json

reticulum
AlphaX-Projects 10 months ago committed by GitHub
parent
commit
6cd722e735
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      testnet/testchain.json

13
testnet/testchain.json

@ -27,6 +27,9 @@
"onlineAccountsModulusV2Timestamp": 0, "onlineAccountsModulusV2Timestamp": 0,
"selfSponsorshipAlgoV1SnapshotTimestamp": 9999999999999, "selfSponsorshipAlgoV1SnapshotTimestamp": 9999999999999,
"mempowTransactionUpdatesTimestamp": 1692554400000, "mempowTransactionUpdatesTimestamp": 1692554400000,
"blockRewardBatchStartHeight": 10000,
"blockRewardBatchSize": 1000,
"blockRewardBatchAccountsBlockCount": 25,
"rewardsByHeight": [ "rewardsByHeight": [
{ "height": 1, "reward": 5.00 }, { "height": 1, "reward": 5.00 },
{ "height": 259201, "reward": 4.75 }, { "height": 259201, "reward": 4.75 },
@ -69,8 +72,8 @@
], ],
"ciyamAtSettings": { "ciyamAtSettings": {
"feePerStep": "0.00000001", "feePerStep": "0.00000001",
"maxStepsPerRound": 500, "maxStepsPerRound": 1000,
"stepsPerFunctionCall": 10, "stepsPerFunctionCall": 100,
"minutesPerBlock": 1 "minutesPerBlock": 1
}, },
"featureTriggers": { "featureTriggers": {
@ -89,11 +92,11 @@
"selfSponsorshipAlgoV1Height": 9999999, "selfSponsorshipAlgoV1Height": 9999999,
"feeValidationFixTimestamp": 0, "feeValidationFixTimestamp": 0,
"chatReferenceTimestamp": 0, "chatReferenceTimestamp": 0,
"arbitraryOptionalFeeTimestamp": 1678622400000 "arbitraryOptionalFeeTimestamp": 0
}, },
"genesisInfo": { "genesisInfo": {
"version": 4, "version": 4,
"timestamp": "1677572542000", "timestamp": "1701874800000",
"transactions": [ "transactions": [
{ "type": "ISSUE_ASSET", "assetName": "QORT", "description": "QORTAL coin", "quantity": 0, "isDivisible": true, "data": "{}" }, { "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 }, { "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 } { "type": "GENESIS", "recipient": "QU7EUWDZz7qJVPih3wL9RKTHRfPFy4ASHC", "amount": 10 }
] ]
} }
} }

Loading…
Cancel
Save