| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- {
- "sealEngine": "Ethash",
- "params": {
- "accountStartNonce": "0x0",
- "maximumExtraDataSize": "0x20",
- "homesteadForkBlock": "0x2710",
- "daoHardforkBlock": "0x0",
- "EIP150ForkBlock": "0x3a98",
- "EIP158ForkBlock": "0x59d8",
- "byzantiumForkBlock": "0x7530",
- "constantinopleForkBlock": "0x9c40",
- "constantinopleFixForkBlock": "0x9c40",
- "istanbulForkBlock": "0xc350",
- "minGasLimit": "0x1388",
- "maxGasLimit": "0x7fffffffffffffff",
- "tieBreakingGas": false,
- "gasLimitBoundDivisor": "0x400",
- "minimumDifficulty": "0x20000",
- "difficultyBoundDivisor": "0x800",
- "durationLimit": "0xd",
- "blockReward": "0x4563918244f40000",
- "networkID": "0x4cb2e",
- "chainID": "0x4cb2e",
- "allowFutureBlocks": false
- },
- "genesis": {
- "nonce": "0x0000000000000000",
- "difficulty": "0x20000",
- "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
- "author": "0x0000000000000000000000000000000000000000",
- "timestamp": "0x59a4e76d",
- "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
- "extraData": "0x0000000000000000000000000000000000000000000000000000000b4dc0ffee",
- "gasLimit": "0x47b760"
- },
- "accounts": {
- "0000000000000000000000000000000000000001": {
- "balance": "0x1",
- "precompiled": {
- "name": "ecrecover",
- "linear": {
- "base": 3000,
- "word": 0
- }
- }
- },
- "0000000000000000000000000000000000000002": {
- "balance": "0x1",
- "precompiled": {
- "name": "sha256",
- "linear": {
- "base": 60,
- "word": 12
- }
- }
- },
- "0000000000000000000000000000000000000003": {
- "balance": "0x1",
- "precompiled": {
- "name": "ripemd160",
- "linear": {
- "base": 600,
- "word": 120
- }
- }
- },
- "0000000000000000000000000000000000000004": {
- "balance": "0x1",
- "precompiled": {
- "name": "identity",
- "linear": {
- "base": 15,
- "word": 3
- }
- }
- },
- "0000000000000000000000000000000000000005": {
- "balance": "0x1",
- "precompiled": {
- "name": "modexp",
- "startingBlock": "0x7530"
- }
- },
- "0000000000000000000000000000000000000006": {
- "balance": "0x1",
- "precompiled": {
- "name": "alt_bn128_G1_add",
- "startingBlock": "0x7530"
- }
- },
- "0000000000000000000000000000000000000007": {
- "balance": "0x1",
- "precompiled": {
- "name": "alt_bn128_G1_mul",
- "startingBlock": "0x7530"
- }
- },
- "0000000000000000000000000000000000000008": {
- "balance": "0x1",
- "precompiled": {
- "name": "alt_bn128_pairing_product",
- "startingBlock": "0x7530"
- }
- },
- "0000000000000000000000000000000000000009": {
- "balance": "0x1",
- "precompiled": {
- "name": "blake2_compression",
- "startingBlock": "0xc350"
- }
- }
- }
- }
|