stureby_aleth.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "sealEngine": "Ethash",
  3. "params": {
  4. "accountStartNonce": "0x0",
  5. "maximumExtraDataSize": "0x20",
  6. "homesteadForkBlock": "0x2710",
  7. "daoHardforkBlock": "0x0",
  8. "EIP150ForkBlock": "0x3a98",
  9. "EIP158ForkBlock": "0x59d8",
  10. "byzantiumForkBlock": "0x7530",
  11. "constantinopleForkBlock": "0x9c40",
  12. "constantinopleFixForkBlock": "0x9c40",
  13. "istanbulForkBlock": "0xc350",
  14. "minGasLimit": "0x1388",
  15. "maxGasLimit": "0x7fffffffffffffff",
  16. "tieBreakingGas": false,
  17. "gasLimitBoundDivisor": "0x400",
  18. "minimumDifficulty": "0x20000",
  19. "difficultyBoundDivisor": "0x800",
  20. "durationLimit": "0xd",
  21. "blockReward": "0x4563918244f40000",
  22. "networkID": "0x4cb2e",
  23. "chainID": "0x4cb2e",
  24. "allowFutureBlocks": false
  25. },
  26. "genesis": {
  27. "nonce": "0x0000000000000000",
  28. "difficulty": "0x20000",
  29. "mixHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
  30. "author": "0x0000000000000000000000000000000000000000",
  31. "timestamp": "0x59a4e76d",
  32. "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
  33. "extraData": "0x0000000000000000000000000000000000000000000000000000000b4dc0ffee",
  34. "gasLimit": "0x47b760"
  35. },
  36. "accounts": {
  37. "0000000000000000000000000000000000000001": {
  38. "balance": "0x1",
  39. "precompiled": {
  40. "name": "ecrecover",
  41. "linear": {
  42. "base": 3000,
  43. "word": 0
  44. }
  45. }
  46. },
  47. "0000000000000000000000000000000000000002": {
  48. "balance": "0x1",
  49. "precompiled": {
  50. "name": "sha256",
  51. "linear": {
  52. "base": 60,
  53. "word": 12
  54. }
  55. }
  56. },
  57. "0000000000000000000000000000000000000003": {
  58. "balance": "0x1",
  59. "precompiled": {
  60. "name": "ripemd160",
  61. "linear": {
  62. "base": 600,
  63. "word": 120
  64. }
  65. }
  66. },
  67. "0000000000000000000000000000000000000004": {
  68. "balance": "0x1",
  69. "precompiled": {
  70. "name": "identity",
  71. "linear": {
  72. "base": 15,
  73. "word": 3
  74. }
  75. }
  76. },
  77. "0000000000000000000000000000000000000005": {
  78. "balance": "0x1",
  79. "precompiled": {
  80. "name": "modexp",
  81. "startingBlock": "0x7530"
  82. }
  83. },
  84. "0000000000000000000000000000000000000006": {
  85. "balance": "0x1",
  86. "precompiled": {
  87. "name": "alt_bn128_G1_add",
  88. "startingBlock": "0x7530"
  89. }
  90. },
  91. "0000000000000000000000000000000000000007": {
  92. "balance": "0x1",
  93. "precompiled": {
  94. "name": "alt_bn128_G1_mul",
  95. "startingBlock": "0x7530"
  96. }
  97. },
  98. "0000000000000000000000000000000000000008": {
  99. "balance": "0x1",
  100. "precompiled": {
  101. "name": "alt_bn128_pairing_product",
  102. "startingBlock": "0x7530"
  103. }
  104. },
  105. "0000000000000000000000000000000000000009": {
  106. "balance": "0x1",
  107. "precompiled": {
  108. "name": "blake2_compression",
  109. "startingBlock": "0xc350"
  110. }
  111. }
  112. }
  113. }