kovan.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "name": "kovan",
  3. "chainId": 42,
  4. "networkId": 42,
  5. "defaultHardfork": "istanbul",
  6. "consensus": {
  7. "type": "poa",
  8. "algorithm": "aura",
  9. "aura": {}
  10. },
  11. "comment": "Parity PoA test network",
  12. "url": "https://kovan-testnet.github.io/website/",
  13. "genesis": {
  14. "hash": "0xa3c565fc15c7478862d50ccd6561e3c06b24cc509bf388941c25ea985ce32cb9",
  15. "timestamp": null,
  16. "gasLimit": 6000000,
  17. "difficulty": 131072,
  18. "nonce": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
  19. "extraData": "0x",
  20. "stateRoot": "0x2480155b48a1cea17d67dbfdfaafe821c1d19cdd478c5358e8ec56dec24502b2"
  21. },
  22. "hardforks": [
  23. {
  24. "name": "chainstart",
  25. "block": 0,
  26. "forkHash": "0x010ffe56"
  27. },
  28. {
  29. "name": "homestead",
  30. "block": 0,
  31. "forkHash": "0x010ffe56"
  32. },
  33. {
  34. "name": "tangerineWhistle",
  35. "block": 0,
  36. "forkHash": "0x010ffe56"
  37. },
  38. {
  39. "name": "spuriousDragon",
  40. "block": 0,
  41. "forkHash": "0x010ffe56"
  42. },
  43. {
  44. "name": "byzantium",
  45. "block": 5067000,
  46. "forkHash": "0x7f83c620"
  47. },
  48. {
  49. "name": "constantinople",
  50. "block": 9200000,
  51. "forkHash": "0xa94e3dc4"
  52. },
  53. {
  54. "name": "petersburg",
  55. "block": 10255201,
  56. "forkHash": "0x186874aa"
  57. },
  58. {
  59. "name": "istanbul",
  60. "block": 14111141,
  61. "forkHash": "0x7f6599a6"
  62. },
  63. {
  64. "name": "berlin",
  65. "block": null,
  66. "forkHash": null
  67. },
  68. {
  69. "name": "london",
  70. "block": null,
  71. "forkHash": null
  72. },
  73. {
  74. "name": "merge",
  75. "block": null,
  76. "forkash": null
  77. },
  78. {
  79. "name": "shanghai",
  80. "block": null,
  81. "forkash": null
  82. }
  83. ],
  84. "bootstrapNodes": [
  85. {
  86. "ip": "116.203.116.241",
  87. "port": 30303,
  88. "id": "16898006ba2cd4fa8bf9a3dfe32684c178fa861df144bfc21fe800dc4838a03e342056951fa9fd533dcb0be1219e306106442ff2cf1f7e9f8faa5f2fc1a3aa45",
  89. "location": "",
  90. "comment": "1"
  91. },
  92. {
  93. "ip": "3.217.96.11",
  94. "port": 30303,
  95. "id": "2909846f78c37510cc0e306f185323b83bb2209e5ff4fdd279d93c60e3f365e3c6e62ad1d2133ff11f9fd6d23ad9c3dad73bb974d53a22f7d1ac5b7dea79d0b0",
  96. "location": "",
  97. "comment": "2"
  98. },
  99. {
  100. "ip": "108.61.170.124",
  101. "port": 30303,
  102. "id": "740e1c8ea64e71762c71a463a04e2046070a0c9394fcab5891d41301dc473c0cff00ebab5a9bc87fbcb610ab98ac18225ff897bc8b7b38def5975d5ceb0a7d7c",
  103. "location": "",
  104. "comment": "3"
  105. },
  106. {
  107. "ip": "157.230.31.163",
  108. "port": 30303,
  109. "id": "2909846f78c37510cc0e306f185323b83bb2209e5ff4fdd279d93c60e3f365e3c6e62ad1d2133ff11f9fd6d23ad9c3dad73bb974d53a22f7d1ac5b7dea79d0b0",
  110. "location": "",
  111. "comment": "4"
  112. }
  113. ]
  114. }