github.com/platonnetwork/platon-go@v0.7.6/cases/deploy/template/genesis_template.json (about) 1 { 2 "config": { 3 "chainId": 100, 4 "eip155Block": 3, 5 "cbft": { 6 "initialNodes": [ 7 ], 8 "amount": 10, 9 "period": 10000, 10 "validatorMode": "ppos" 11 }, 12 "genesisVersion": 1797 13 }, 14 "economicModel": { 15 "common": { 16 "maxEpochMinutes": 3, 17 "maxConsensusVals": 4, 18 "additionalCycleTime": 28 19 }, 20 "staking": { 21 "stakeThreshold": 1000000000000000000000000, 22 "operatingThreshold": 10000000000000000000, 23 "maxValidators": 5, 24 "hesitateRatio": 1, 25 "unStakeFreezeDuration": 2 26 }, 27 "slashing": { 28 "slashFractionDuplicateSign": 100, 29 "duplicateSignReportReward": 50, 30 "slashBlocksReward": 5, 31 "maxEvidenceAge": 1 32 }, 33 "gov": { 34 "versionProposalVoteDurationSeconds": 1600, 35 "versionProposalSupportRate": 0.667, 36 "textProposalVoteDurationSeconds": 160, 37 "textProposalVoteRate": 0.5, 38 "textProposalSupportRate": 0.667, 39 "cancelProposalVoteRate": 0.50, 40 "cancelProposalSupportRate": 0.667, 41 "paramProposalVoteDurationSeconds": 160, 42 "paramProposalVoteRate": 0.50, 43 "paramProposalSupportRate": 0.667 44 }, 45 "reward": { 46 "newBlockRate": 50, 47 "platONFoundationYear": 10 48 }, 49 "innerAcc": { 50 "platonFundAccount": "0x493301712671Ada506ba6Ca7891F436D29185821", 51 "platonFundBalance": 0, 52 "cdfAccount": "0x54a7a3c6822eb222c53F76443772a60b0f9A8bab", 53 "cdfBalance": 431811981000000000000000000 54 } 55 }, 56 "nonce": "0x0376e56dffd12ab53bb149bda4e0cbce2b6aabe4cccc0df0b5a39e12977a2fcd23", 57 "timestamp": "0x5bc94a8a", 58 "extraData": "0xd782070186706c61746f6e86676f312e3131856c696e757800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 59 "gasLimit": "4712388", 60 "alloc": { 61 62 }, 63 "number": "0x0", 64 "gasUsed": "0x0", 65 "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000" 66 }